We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988be7b commit caded1aCopy full SHA for caded1a
‎.github/workflows/sync-labels.yml
@@ -2,20 +2,18 @@ name: Tools
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
paths:
8
- .github/labels.yml
9
- .github/workflows/sync-labels.yml
- schedule:
10
- - cron: 0 0 1 * *
11
workflow_dispatch:
+ schedule:
12
+ - cron: 0 0 1 * * # First day of each month
13
+
14
+permissions:
15
+ issues: write
16
17
jobs:
18
sync-labels:
- name: Sync labels
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
19
- - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
20
- env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: exercism/github-actions/.github/workflows/labels.yml@main
0 commit comments