axif0/Check in Bot
A GitHub Action to check for inactive issues and prompt for check-ins
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | GitHub token with repo scope | yes | — |
| days-inactive | Number of days of inactivity before posting | yes | 14 |
| comment-message | Message to post on inactive issues | yes | This issue has been inactive for {{ days-inactive }} days. Please check in. To stop further reminders, comment "{{ stop-comment }}". |
| bot-username | Username of the bot | yes | — |
| ignore-label | Label to ignore issues with | no | ignore-checkin |
| check-in-message | The check in message for issues and PRs (supports markdown) | yes | Hello to the maintainers and watchers! There have been no updates here for the last two weeks. There might be need for a check in :) Thanks and hope all are well! ❤️ |
| stop-comment | Comment phrase to stop further bot comments and apply ignore-label | no | checkin stop |
| skip-pr | Skip pull requests and only process issues | no | true |
| auto-add-label | Automatically add ignore label when stop comment is found | no | true |
Outputs
no outputs