Skip to content

Commit

Permalink
chore: add lark bot for new Issue and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Apr 22, 2024
1 parent d88fbf9 commit a07afc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue-pr-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
if: github.event.sender.type == 'User'
env:
REPO_OWNER: ${{ github.repository_owner }}
GH_TOKEN: ${{ github.token }}
run: |
SENDER=${{ github.event.sender.login }}
MEMBER=$(gh api /orgs/$REPO_OWNER/members/$SENDER | jq -r '.id')
Expand Down

0 comments on commit a07afc5

Please sign in to comment.