Skip to content

Commit

Permalink
更新 AutoMerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 committed May 21, 2024
1 parent 2c99af1 commit 7024d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Auto merge PR
id: auto-merge
run: |
ALLOWED_USERS=("user1" "user2" "user3")
ALLOWED_USERS=("yindushenwen" "0wenfeng0" "linxunxr" "c386522459" "cradesence" "Sunny-316" "thfgjy" "stupchen" "MaoXiaoone" "ouzechang" "polo3584")
PR_AUTHOR=$(jq -r .pull_request.user.login < "$GITHUB_EVENT_PATH")
if [[ " ${ALLOWED_USERS[@]} " =~ " ${PR_AUTHOR} " ]]; then
Expand Down

0 comments on commit 7024d2a

Please sign in to comment.