Document another repo setting (#5654)

This commit is contained in:
Trask Stalnaker 2022-03-21 18:29:06 -07:00 committed by GitHub
parent 3ebb6283d8
commit c73da76ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -2,10 +2,20 @@
(In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md) (In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md)
## General
* Automatically delete head branches: CHECKED * Automatically delete head branches: CHECKED
So that bot PR branches will be deleted. So that bot PR branches will be deleted.
## Actions > General
* Fork pull request workflows from outside collaborators:
"Require approval for first-time contributors who are new to GitHub"
To reduce friction for new contributors
(the default is "Require approval for first-time contributors").
## Branch protections ## Branch protections
(In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md) (In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md)