From 136cf05e0160ddfc7858b9aadfc1ff1b5e8f703c Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Fri, 30 Apr 2021 10:20:40 +0000 Subject: [PATCH] Disabled rebase needed until demonstrate working. --- .github/workflows/dev_pr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml index c37cd4f508ea..8202853ee1ee 100644 --- a/.github/workflows/dev_pr.yml +++ b/.github/workflows/dev_pr.yml @@ -38,8 +38,8 @@ jobs: configuration-path: .github/workflows/dev_pr/labeler.yml sync-labels: true - - name: Checks if PR needs rebase - uses: eps1lon/actions-label-merge-conflict@releases/2.x - with: - dirtyLabel: "needs-rebase" - 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 }}"