mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add Allow Maintainer Edits (#509)
close #508 Reviewed-on: https://gitea.com/gitea/tea/pulls/509 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: strk <strk@noreply.gitea.io>
This commit is contained in:
		| @@ -64,6 +64,10 @@ func PullDetails(pr *gitea.PullRequest, reviews []*gitea.PullReview, ciStatus *g | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	if pr.AllowMaintainerEdit { | ||||
| 		out += "- Maintainers are allowed to edit\n" | ||||
| 	} | ||||
|  | ||||
| 	outputMarkdown(out, getRepoURL(pr.HTMLURL)) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543