File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - main
88 paths :
9- - .github/labels.yaml
9+ - .github/labels* .yaml
1010 - .github/workflows/github.repo.yaml
1111
1212 pull_request :
1313 paths :
14- - .github/labels.yaml
14+ - .github/labels* .yaml
1515 - .github/workflows/github.repo.yaml
1616
1717 workflow_dispatch : {}
2020jobs :
2121 sync-labels :
2222 name : Sync Labels
23+ strategy :
24+ matrix :
25+ config_file :
26+ - .github/labels.yaml
27+ - .github/labels.common.yaml
2328 uses : tedilabs/github-actions/.github/workflows/github.repo.sync-labels.yaml@main
2429
2530 permissions :
2631 contents : read
2732 issues : write
2833
2934 with :
30- config_file : .github/labels.yaml
35+ config_file : ${{ matrix.config_file }}
36+ skip_delete : true
37+ dry_run : ${{ github.event_name == 'pull_request' }}
3138 secrets :
3239 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments