Skip to content

Commit 973ef81

Browse files
authored
Update AutoMerge.yml
1 parent ede4e73 commit 973ef81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AutoMerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Determine if PR should be merged
2020
id: determine-merge
2121
run: |
22-
ALLOWED_USERS=("yindushenwen" "0wenfeng0" "linxunxr" "c386522459" "cradesence" "Sunny-316" "thfgjy" "stupchen" "MaoXiaoone" "ouzechang" "polo3584")
22+
ALLOWED_USERS=("yindushenwen" "0wenfeng0" "linxunxr" "c386522459" "cradesence" "Sunny-316" "thfgjy" "stupchen" "MaoXiaoone" "ouzechang" "polo3584" "YiQingZi")
2323
PR_AUTHOR=$(jq -r .pull_request.user.login < "$GITHUB_EVENT_PATH")
2424
2525
if [[ " ${ALLOWED_USERS[@]} " =~ " ${PR_AUTHOR} " ]]; then

0 commit comments

Comments
 (0)