Add default option for allowing pull requests on repositories (#4873)

This commit is contained in:
Jack Gleeson
2025-02-20 12:28:28 -05:00
committed by GitHub
parent 3f95ab7331
commit 5ea4f0cfae
5 changed files with 17 additions and 1 deletions

View File

@@ -337,6 +337,12 @@ Enable to allow user registration.
Always use authentication to clone repositories even if they are public. Needed if the forge requires to always authenticate as used by many companies.
### `WOODPECKER_DEFAULT_ALLOW_PULL_REQUESTS`
> Default: `true`
The default setting for allowing pull requests on a repo.
### `WOODPECKER_DEFAULT_CANCEL_PREVIOUS_PIPELINE_EVENTS`
> Default: `pull_request, push`