mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-29 07:24:55 +00:00 
			
		
		
		
	.github Ignore error when adding reviewrs to PR
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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}} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user