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 1fc2d97 commit bec0efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
gh api orgs/Kong/members --paginate -q '.[].login' | grep -q '^${{ github.event.pull_request.user.login }}$'
echo "exitcode=$?" >> $GITHUB_OUTPUT
- name: Add Label if Author is not a member
if: steps.check_membership.outputs.exitcode == '0'
if: steps.check_membership.outputs.exitcode == '1'
uses: christianvuerings/add-labels@v1
with:
labels: |
Expand Down

0 comments on commit bec0efd

Please sign in to comment.