Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"New contributor"-friendly setting for running workflows #1023

Merged
merged 5 commits into from
Apr 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/how-to-configure-new-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Everything not mentioned is unchecked.

**Important:** the only ones of these rules which may be changed are
* Required number of approvals before merging
* This can also be more than `1`
* (this can also be more than `1`)
* Require branches to be up to date before merging
* This can also be `unchecked`
* (this can also be `unchecked`)
* Status checks that are required
* More status checks can be added, but EasyCLA cannot be removed
* Do not allow bypassing the above settings
Expand All @@ -102,6 +102,12 @@ Everything not mentioned is unchecked.

Same as for [`main`](#branch-protection-rule-main) above.

### Actions > General

* Fork pull request workflows from outside collaborators
* `Require approval for first-time contributors who are new to GitHub`
trask marked this conversation as resolved.
Show resolved Hide resolved
* (this can also be `Require approval for first-time contributors`)

## CODEOWNERS

Root-level `CODEOWNERS` file on the repository should include superset of
Expand Down