]> source.dussan.org Git - gitea.git/commit
Add permission check when creating PR (#31033) (#31720)
authoryp05327 <576951401@qq.com>
Mon, 29 Jul 2024 06:11:29 +0000 (15:11 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 06:11:29 +0000 (14:11 +0800)
commitd3f0867204f1c09f4a7a7b6f3707c0ce140c59b2
treecc1246e157603e5a8f2b71fd41872540c9d9a148
parent7e9a895007605dea94b8aa3a9cecbea46016e6e5
Add permission check when creating PR (#31033) (#31720)

Backport #31033

user should be a collaborator of the base repo to create a PR
models/issues/pull.go
options/locale/locale_en-US.ini
routers/api/v1/repo/pull.go
routers/web/repo/pull.go
services/pull/pull.go
tests/integration/actions_trigger_test.go
tests/integration/api_pull_test.go