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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 15, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@d037b60055ae9f8817678563105910343fd01726 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| last-activity | Days of last activity in an issue (checked against updatedAt). Defaults to 7 days | yes | 7 |
| labels | Comma-separated list of labels for issues to search for. Defaults to "Stale" | no | Stale |
| exempt-assignees | Comma-separated list of assignees names that never will be unassigned | no | — |
| labels-to-remove | Comma-separated list of labels to remove after unassignment | no | Stale |
| message | Message to comment on the unassigned issue | no | Due to longer inactivity, this issue has been unassigned automatically. |
Outputs
no outputs