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 18
18
name : Dev PR
19
19
20
20
on :
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 :
30
22
31
23
jobs :
32
24
process :
46
38
configuration-path : .github/workflows/dev_pr/labeler.yml
47
39
sync-labels : true
48
40
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