-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Document repo settings * Update .github/repository-settings.md Co-authored-by: Marc Pichler <marcpi@edu.aau.at> * Update settings Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
- Loading branch information
1 parent
475e401
commit 2dcc898
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Repository settings | ||
|
||
This document describes any changes that have been made to the | ||
settings for this repository beyond the [OpenTelemetry default repository | ||
settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md#repository-settings). | ||
|
||
## General | ||
|
||
No changes | ||
|
||
## Collaborators and Teams | ||
|
||
* There is currently no `javascript-triagers` role | ||
* `javascript-maintainers` has `Admin` permission | ||
|
||
## Branches | ||
|
||
## Branch protection rules | ||
|
||
### `main` | ||
|
||
* Uncheck "Restrict who can push to matching branches" | ||
|
||
### `dependabot/**/**` | ||
|
||
There is currently not an explicit rule for this branch pattern. | ||
Our dependencies are managed by a bot which creates PRs from a fork. | ||
|
||
### `gh-pages` | ||
|
||
This is a special branch which we use to publish the automatically generated docs. | ||
It is exempt from most protections. | ||
|
||
* "Allow force pushes from everyone" (requires write permission) | ||
|
||
## Pages | ||
|
||
* Source: Deploy from a branch | ||
* Branch: `gh-pages` `/ (root)` |