Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Nov 24, 2023
1 parent 476a7c7 commit 6218f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_community_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
steps:
- name: get_author_association
env:
AUTHOR_ASSOCIATION: ${{ github.event.issue.author_association }}
AUTHOR_ASSOCIATION: ${{ github.event.pull_request.author_association }}
run: echo "$AUTHOR_ASSOCIATION"
- name: check_condition
env:
CONDITION: ${{ github.event.issue.author_association != 'MEMBER' && github.event.issue.author_association != 'OWNER' }}
CONDITION: ${{ github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' }}
run: echo "$CONDITION"

0 comments on commit 6218f09

Please sign in to comment.