mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	.github: Replace PR workflows with stubs that call reusables
The PR workflows now are just stubs that call reusable workflows located in the asterisk-ci-actions repo.
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/OnPRRecheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/OnPRRecheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| name: PRRecheck | ||||
| run-name: "PR ${{github.event.number}} Recheck" | ||||
| on: | ||||
|   pull_request_target: | ||||
|     types: [ labeled ] | ||||
|  | ||||
| concurrency: | ||||
|   group: ${{github.workflow}}-${{github.event.label.name}}-${{github.event.number}} | ||||
|   cancel-in-progress: true | ||||
|  | ||||
| jobs: | ||||
|   PRCheck: | ||||
|     name: PRCheck | ||||
|     if: ${{ github.event.label.name == vars.RECHECKPR_LABEL }} | ||||
|     uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskRecheckPR.yml@main | ||||
|     secrets: | ||||
|       TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|        | ||||
		Reference in New Issue
	
	Block a user