We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d008f31 commit 4865247Copy full SHA for 4865247
.github/workflows/dev_pr.yml
@@ -38,8 +38,8 @@ jobs:
38
configuration-path: .github/workflows/dev_pr/labeler.yml
39
sync-labels: true
40
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 }}"
+ #- name: Checks if PR needs rebase
+ # uses: eps1lon/actions-label-merge-conflict@releases/2.x
+ # with:
+ # dirtyLabel: "needs-rebase"
+ # repoToken: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments