.github Ignore error when adding reviewrs to PR

(cherry picked from commit 7bbeda3908)
This commit is contained in:
George Joseph 2023-06-05 07:16:17 -06:00 committed by Asterisk Development Team
parent 75c13b2c95
commit da66f402c9
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}} \