Skip to content

Commit 19f8636

Browse files
Merge f62c2e1 into 5479e19
2 parents 5479e19 + f62c2e1 commit 19f8636

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

.github/workflows/dev_pr.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@
1818
name: Dev PR
1919

2020
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:
3022

3123
jobs:
3224
process:
@@ -46,14 +38,8 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)