diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 78c30db..d679b11 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -4,13 +4,13 @@ name: Label Sync on: schedule: - - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC + - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC workflow_dispatch: repository_dispatch: types: [label-sync] permissions: - issues: write # Required to create and update labels + issues: write # Required to create and update labels jobs: label-sync: