mirror of
				https://github.com/hzyitc/openwrt-redmi-ax3000
				synced 2025-10-30 07:50:32 +08:00 
			
		
		
		
	ci: add missing permission to add comments
While this worked during testing, the repository of a organization requires extra permissions. Add write access to pull requests, like we do over at packages.git. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build-on-comment.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build-on-comment.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,9 @@ on: | ||||
|   issue_comment: | ||||
|     types: [created, edited] | ||||
|  | ||||
| permissions: | ||||
|   pull-requests: write | ||||
|  | ||||
| concurrency: | ||||
|   group: build-on-comment-${{ github.event.issue.number || github.event.pull_request.number }} | ||||
|   cancel-in-progress: true | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Paul Spooren
					Paul Spooren