aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/invalid-label-bot.yaml
Commit message (Collapse)AuthorAgeFilesLines
* workflows: Update invalid-label-bot.yaml to use actions/github-script@v6Kevin O'Connor2022-03-131-3/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Limit github ticket workflows to Klipper3d/klipper repoKevin O'Connor2021-11-161-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Revert "workflows: Point to https://www.klipper3d.org/Contact"Kevin O'Connor2021-07-271-2/+2
| | | | | | This reverts commit d14015111e30a8a58cbd9c97a2af4446048a15b7. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Point to https://www.klipper3d.org/ContactKevin O'Connor2021-07-271-2/+2
| | | | 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-3/+3
| | | | | | Use a more appropriate label name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Minor wording change to invalid-label-botKevin O'Connor2021-05-171-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Minor changes to invalid label commentKevin O'Connor2021-05-061-8/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Fix typoKevin O'Connor2021-05-031-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Reword the invalid label messageKevin O'Connor2021-05-021-3/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Fix typo in invalid-label-bot.yamlKevin O'Connor2021-03-261-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Simplify the github "invalid" issue messageKevin O'Connor2021-03-241-6/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Add invalid-label-bot.yaml script to warn on invalid ticketsKevin O'Connor2021-02-021-0/+40
Add a tool to add a comment on any issue that has the invalid label added to it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>