.github Ignore error when adding reviewrs to PR

This commit is contained in:
George Joseph 2023-06-05 07:16:17 -06:00
parent 2a75114b6d
commit 7bbeda3908
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
echo "${{env.GITHUB_ACTION}} Add reviewers"
IFS=$'; \n'
for r in $REVIEWERS ; do
gh pr edit --repo ${ASTERISK_REPO} ${PR_NUMBER} --add-reviewer $r
gh pr edit --repo ${ASTERISK_REPO} ${PR_NUMBER} --add-reviewer $r || :
done
gh pr edit --repo ${{github.repository}} \
--add-label ${{vars.TEST_CHECKS_PASSED_LABEL}} \