This is an automated email from the ASF dual-hosted git repository.

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4865247  Disabled rebase needed until demonstrate working. (#243)
4865247 is described below

commit 486524733639d3c9e60e44bb07a65c628958b7b6
Author: Jorge Leitao <[email protected]>
AuthorDate: Fri Apr 30 13:26:41 2021 +0200

    Disabled rebase needed until demonstrate working. (#243)
---
 .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 c37cd4f..8202853 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 }}"

Reply via email to