Document another repo setting (#5654)
This commit is contained in:
parent
3ebb6283d8
commit
c73da76ec1
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue