testing workflow (#2201)
* Update autoLabelPR.yaml * Update conflicts.yml * Update label-changes-requested.yml
This commit is contained in:
		
							parent
							
								
									53ed89c6a3
								
							
						
					
					
						commit
						c0aabbc21a
					
				| 
						 | 
				
			
			@ -12,4 +12,4 @@ jobs:
 | 
			
		|||
        with:
 | 
			
		||||
          title-or-body: "both"
 | 
			
		||||
          parameters: '[ {"keywords": ["Important note", "Pull Request Type", "Related issue", "Dependent PR/issue", "Description", "Screenshots", "Testing", "Desktop", "Additional context"], "labels": ["PR: waiting for review"]}]'
 | 
			
		||||
          github-token: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
          github-token: "${{ secrets.LABEL_TOKEN }}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,6 +17,6 @@ jobs:
 | 
			
		|||
        with:
 | 
			
		||||
          dirtyLabel: "PR: merge conflicts / rebase needed"
 | 
			
		||||
          removeOnDirtyLabel: "PR: waiting for review"
 | 
			
		||||
          repoToken: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
          repoToken: "${{ secrets.LABEL_TOKEN }}"
 | 
			
		||||
          commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
 | 
			
		||||
          commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,4 +16,4 @@ jobs:
 | 
			
		|||
          changes-requested-label-name: "PR: changes requested"
 | 
			
		||||
          updated-pr-label-name: "PR: waiting for review"
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.LABEL_TOKEN }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue