mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	.github: Allow PR submit checks to be re-run by label
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ run-name: "PR ${{github.event.number}} ${{github.event.action}} by ${{ github.ac | |||||||
| on: | on: | ||||||
| #  workflow_dispatch: | #  workflow_dispatch: | ||||||
|   pull_request_target: |   pull_request_target: | ||||||
|     types: [opened, reopened, synchronize] |     types: [opened, reopened, synchronize, labelled] | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   ASTERISK_REPO:     ${{github.repository}} |   ASTERISK_REPO:     ${{github.repository}} | ||||||
| @@ -16,6 +16,7 @@ env: | |||||||
| jobs: | jobs: | ||||||
|  |  | ||||||
|   PROpenUpdateUnitTests: |   PROpenUpdateUnitTests: | ||||||
|  |     if: ${{ github.event.action != 'labelled' || github.event.label.name == vars.RECHECK_LABEL }} | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Get Token needed to add reviewers |       - name: Get Token needed to add reviewers | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user