Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Sep 18, 2023
1 parent 157fc41 commit 1fc2d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Check PR Author Membership
id: check_membership
run: |
echo ${{ github.event.pull_request.user.login }}
set +e
gh api orgs/Kong/members --paginate -q '.[].login' | grep -q '^${{ github.event.pull_request.user.login }}$'
echo "exitcode=$?" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1fc2d97

Please sign in to comment.