You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ji...@apache.org on 2020/08/07 01:06:22 UTC

[helix] branch master updated: Update Helix-PR-Premerge-Check.yml

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

jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 97571e9  Update Helix-PR-Premerge-Check.yml
97571e9 is described below

commit 97571e9f2977082b5b19b9ee6ef9dbbdaa1702ef
Author: Jiajun Wang <jj...@linkedin.com>
AuthorDate: Thu Aug 6 18:06:14 2020 -0700

    Update Helix-PR-Premerge-Check.yml
---
 .github/workflows/Helix-PR-Premerge-Check.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/Helix-PR-Premerge-Check.yml b/.github/workflows/Helix-PR-Premerge-Check.yml
index c0eb809..e57bf02 100644
--- a/.github/workflows/Helix-PR-Premerge-Check.yml
+++ b/.github/workflows/Helix-PR-Premerge-Check.yml
@@ -8,9 +8,6 @@ on:
   pull_request_review:
     types: [submitted]
 
-env:
-  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
 jobs:
   validate_PR:
 
@@ -22,7 +19,8 @@ jobs:
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
       - name: Verify the PR has been approved
-        uses: pullreminders/label-when-approved-action@master
+        uses: abinoda/label-when-approved-action@1.0.5
         env:
           APPROVALS: "1"
           ADD_LABEL: "CheckedAndApproved"
+          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"