fix(workflows): pr-label-management fails on schedule

This commit is contained in:
ShadowArcanist
2026-05-30 14:06:29 +05:30
committed by GitHub
parent 26f3bfb54b
commit f15e539938
@@ -3,8 +3,6 @@ name: PRs Label Management
on:
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled]
schedule:
- cron: '0 0 * * *' # Daily at midnight
permissions:
pull-requests: write