mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 18:41:07 +03:00 
			
		
		
		
	Fix workflow file syntax error
This commit is contained in:
		
							parent
							
								
									8d2e473e39
								
							
						
					
					
						commit
						40108ff5cb
					
				
							
								
								
									
										2
									
								
								.github/workflows/add-labels-priority.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/add-labels-priority.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,7 +20,7 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|     - name: Assign pull requests to "Unprioritised" |     - name: Assign pull requests to "Unprioritised" | ||||||
|       uses: srggrs/assign-one-project-github-action@1.2.1 |       uses: srggrs/assign-one-project-github-action@1.2.1 | ||||||
|       if: ! contains(github.event.pull_request.labels.*.name, 'icon outdated') |       if: contains(github.event.pull_request.labels.*.name, 'icon outdated') == false | ||||||
|       with: |       with: | ||||||
|         project: https://github.com/orgs/simple-icons/projects/2 |         project: https://github.com/orgs/simple-icons/projects/2 | ||||||
|         column_name: Unprioritised |         column_name: Unprioritised | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user