File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,4 @@ dependencies:
1515CI/CD :
1616- docker/**/*
1717- .github/**/*
18- - .ci/**/*
19-
20- # HACK: the label is declared with the only purpose of avoiding the
21- # GitHub labeler bot from removing it. This is a known issue reported in the
22- # official action/labeler repo https://github.com/actions/labeler/issues/763
23- ' deploy-pr-doc ' :
24- - all :
25- - changed-files :
26- - all-globs-to-all-files : ['THIS-NEVER-MATCHES-A-FILE']
18+ - .ci/**/*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818
19- - uses : actions/checkout@v4
20-
21- - name : " Sync labels"
22- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
23- env :
24- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25-
2619 # Label based on modified files
2720 - name : " Label based on changed files"
2821 uses : actions/labeler@v4
You can’t perform that action at this time.
0 commit comments