Skip to content

Commit 603997a

Browse files
authored
🤖 Sync org-wide files to upstream repo (exercism#39)
More info: exercism/org-wide-files@54b950e
1 parent 2cd0121 commit 603997a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/sync-labels.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@ name: Tools
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
67
paths:
78
- .github/labels.yml
89
- .github/workflows/sync-labels.yml
9-
schedule:
10-
- cron: 0 0 1 * *
1110
workflow_dispatch:
11+
schedule:
12+
- cron: 0 0 1 * * # First day of each month
13+
14+
permissions:
15+
issues: write
1216

1317
jobs:
1418
sync-labels:
15-
name: Sync labels
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
19-
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
uses: exercism/github-actions/.github/workflows/labels.yml@main

0 commit comments

Comments
 (0)