Skip to content

Commit caded1a

Browse files
authored
🤖 Sync org-wide files to upstream repo (#1979)
More info: exercism/org-wide-files@cc4bf90
1 parent 988be7b commit caded1a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

‎.github/workflows/sync-labels.yml

+8-10
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@a12a3943b4bdde767164f792f33f40b04645d846
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)