forgejo/autolabeler: add some logic to also auto-remove the "New" label

This commit is contained in:
Timo Rothenpieler
2025-08-08 21:37:20 +02:00
parent 638b521c7b
commit e992464f0f
2 changed files with 59 additions and 18 deletions

View File

@@ -1,8 +1,10 @@
on:
pull_request_target:
types: [opened, edited, synchronize]
types: [opened, edited, synchronize, closed, assigned, labeled, unlabeled]
issues:
types: [opened, edited]
types: [opened, edited, closed, assigned, labeled, unlabeled]
issue_comment:
types: [created]
jobs:
pr_labeler: