Skip to content

Commit

Permalink
chore: should not trigger lark noti if sender is a project member
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Apr 22, 2024
1 parent b8a0071 commit 66d4744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-pr-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
SENDER=${{ github.event.sender.login }}
gh --version
gh api /orgs/$REPO_OWNER/members/$SENDER
MEMBER=$(gh api /orgs/$REPO_OWNER/members/$SENDER 2>&1)
STATUS=$?
Expand Down

0 comments on commit 66d4744

Please sign in to comment.