ci: Don't run manager on "issue unlabeled"

This commit is contained in:
Rahix 2025-05-22 17:11:18 +02:00
parent ec5a71b936
commit 4d7bc0742e

View file

@ -1,6 +1,6 @@
on:
issues:
types: [opened, reopened, closed, labeled, unlabeled, edited]
types: [opened, reopened, closed, labeled, edited]
jobs:
test: