Add Allow Maintainer Edits #509

Merged
6543 merged 12 commits from 6543/tea:add_allow-maintainer-edits into main 2022-09-27 15:36:36 +00:00
Showing only changes of commit de56e7dd05 - Show all commits

View File

@ -65,7 +65,7 @@ func PullDetails(pr *gitea.PullRequest, reviews []*gitea.PullReview, ciStatus *g
}
if pr.AllowMaintainerEdit {
out += "- Maintainers are allowed to edit"
out += "- Maintainers are allowed to edit\n"
6543 marked this conversation as resolved Outdated
Outdated
Review

isn't this missing a newline?

isn't this missing a newline?
}
outputMarkdown(out, getRepoURL(pr.HTMLURL))