Skip to content

Commit

Permalink
chore: use team.yml to filter PR noti
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Apr 23, 2024
1 parent 924e336 commit 2999275
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/issue-pr-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Check if triggered by project member
id: check_member
if: github.event.sender.type == 'User'
env:
REPO_OWNER: ${{ github.repository_owner }}
GH_TOKEN: ${{ github.token }}
run: |
SENDER=${{ github.event.sender.login }}
TEAMS_FILE="./.github/teams.yml"
Expand Down

0 comments on commit 2999275

Please sign in to comment.