You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/22 13:57:34 UTC

[arrow-rs] branch master updated: Added rebase-needed bot (#13)

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 a0d5e11  Added rebase-needed bot (#13)
a0d5e11 is described below

commit a0d5e11d2938312ae5856be8cba8f9ae798cab03
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Thu Apr 22 15:57:26 2021 +0200

    Added rebase-needed bot (#13)
---
 .github/workflows/dev_pr.yml | 26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 89bc776..c37cd4f 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -18,15 +18,7 @@
 name: Dev PR
 
 on:
-  # TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
-  # push:
-  #   branches:
-  #     - master
-  pull_request_target:
-    types:
-      - opened
-      - edited
-      - synchronize
+  pull_request:
 
 jobs:
   process:
@@ -46,14 +38,8 @@ jobs:
           configuration-path: .github/workflows/dev_pr/labeler.yml
           sync-labels: true
 
-      # TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
-      # - name: Checks if PR needs rebase
-      #   if: |
-      #     github.event_name == 'push' ||
-      #     (github.event_name == 'pull_request_target' &&
-      #        (github.event.action == 'opened' ||
-      #         github.event.action == 'synchronize'))
-      #   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 }}"