Skip to content

Commit 4865247

Browse files
Disabled rebase needed until demonstrate working. (#243)
1 parent d008f31 commit 4865247

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dev_pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
configuration-path: .github/workflows/dev_pr/labeler.yml
3939
sync-labels: true
4040

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 }}"
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)