File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change 1818name : Dev PR
1919
2020on :
21- # TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
22- # push:
23- # branches:
24- # - master
25- pull_request_target :
26- types :
27- - opened
28- - edited
29- - synchronize
21+ pull_request :
3022
3123jobs :
3224 process :
4638 configuration-path : .github/workflows/dev_pr/labeler.yml
4739 sync-labels : true
4840
49- # TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
50- # - name: Checks if PR needs rebase
51- # if: |
52- # github.event_name == 'push' ||
53- # (github.event_name == 'pull_request_target' &&
54- # (github.event.action == 'opened' ||
55- # github.event.action == 'synchronize'))
56- # uses: eps1lon/actions-label-merge-conflict@releases/2.x
57- # with:
58- # dirtyLabel: "needs-rebase"
59- # repoToken: "${{ secrets.GITHUB_TOKEN }}"
41+ - name : Checks if PR needs rebase
42+ uses : eps1lon/actions-label-merge-conflict@releases/2.x
43+ with :
44+ dirtyLabel : " needs-rebase"
45+ repoToken : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments