boundfoxstudios/Unassign contributor after days of inactivity

This action will unassign any issue after days of inactivity. Best used together with actions/stale.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 15, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@d037b60055ae9f8817678563105910343fd01726 # v1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGitHub tokenno${{ github.token }}
last-activityDays of last activity in an issue (checked against updatedAt). Defaults to 7 daysyes7
labelsComma-separated list of labels for issues to search for. Defaults to "Stale"noStale
exempt-assigneesComma-separated list of assignees names that never will be unassignedno
labels-to-removeComma-separated list of labels to remove after unassignmentnoStale
messageMessage to comment on the unassigned issuenoDue to longer inactivity, this issue has been unassigned automatically.

no outputs