aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/close-invalid-bot.yaml
Commit message (Collapse)AuthorAgeFilesLines
* workflows: Merge close-invalid-bot into stale-issue-botKevin O'Connor2021-08-171-33/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Change not_on_github label to "not on github"Kevin O'Connor2021-06-271-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Rename the "invalid" label to "not_on_github"Kevin O'Connor2021-06-221-4/+4
| | | | | | Use a more appropriate label name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Fix cron entry in close-invalid-bot.yamlKevin O'Connor2021-04-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Add close-invalid-bot.yamlKevin O'Connor2021-04-181-0/+33
The generic stale issue tool wont close an issue that has comments after the initial invalid message. Add a bot to close invalid issues. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>