Skip to content

Commit

Permalink
Block bad user [skip ci]
Browse files Browse the repository at this point in the history
using multiple accounts
  • Loading branch information
Apon77 committed Feb 23, 2023
1 parent 2670d45 commit ca557e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if [[ $BRANCH == *pull/* ]]; then
PR_NUM=$(echo $BRANCH|awk -F '/' '{print $2}')
AUTHOR=$(gh pr view $PR_NUM|grep author| awk '{print $2}')

for id in 66806243 100027207 77049889 37245252 87101173 91236805 56505303 77262770 60956846 1133897 92011891 80823029 58514579 102499518
for id in 66806243 100027207 77049889 37245252 87101173 91236805 56505303 77262770 60956846 1133897 92011891 80823029 58514579 102499518 73420351 69832543
do
logins+=" $(gh api -H "Accept: application/vnd.github+json" /user/$id -q '.login')"
done
Expand Down

0 comments on commit ca557e7

Please sign in to comment.