File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Configlet CI
1+ name : Configlet
22
3- on : [push, pull_request, workflow_dispatch]
3+ on :
4+ pull_request :
5+ push :
6+ branches :
7+ - main
8+ workflow_dispatch :
9+
10+ permissions :
11+ contents : read
412
513jobs :
614 configlet :
7- runs-on : ubuntu-latest
8-
9- steps :
10- - uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
11-
12- - name : Fetch configlet
13- uses : exercism/github-actions/configlet-ci@main
14-
15- - name : Configlet Linter
16- run : configlet lint
15+ uses : exercism/github-actions/.github/workflows/configlet.yml@main
Original file line number Diff line number Diff line change @@ -2,20 +2,18 @@ name: Tools
22
33on :
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
1317jobs :
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
You can’t perform that action at this time.
0 commit comments