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

Update repo settings doc #13248

Merged
merged 3 commits into from
Feb 7, 2025
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
24 changes: 18 additions & 6 deletions .github/repository-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
- Targeted branches:
- `main`
- `release/*`
- `v0.*`
- `v1.*`
- Branch rules
- Restrict deletions: CHECKED
- Require linear history: CHECKED
Expand All @@ -44,6 +42,10 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
- `required-status-check`
- `gradle-wrapper-validation`
- Block force pushes: CHECKED
- Require code scanning results: CHECKED
- CodeQL
- Security alerts: High or higher
- Alerts: Errors
Comment on lines +45 to +48
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've gone ahead and updated this, let me know if you see anything weird as a result


### `cloudfoundry` branch

Expand All @@ -69,13 +71,24 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
- Require linear history: CHECKED
- Block force pushes: CHECKED

### Old-style release branches

- Targeted branches:
- `v0.*`
- `v1.*`
- Branch rules
- Restrict creations: CHECKED
- Restrict updates: CHECKED
- Restrict deletions: CHECKED

### Restrict branch creation

- Targeted branches
- Exclude:
- `release/*`
- `renovate/**/**`
- `opentelemetrybot/**/**`
- `renovate/**/*`
- `opentelemetrybot/**/*`
- `revert-*/**/*` (these are created when using the GitHub UI to revert a PR)
- Restrict creations: CHECKED

### Restrict updating tags
Expand All @@ -87,10 +100,9 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf

## Branch protections

### `main`, `release/*`, `v0.*`, `v1.*`, `cloudfoundry`
### `main`, `release/*`, `cloudfoundry`

- Restrict who can push to matching branches: CHECKED
- Restrict pushes that create matching branches: CHECKED

## Code security and analysis

Expand Down
Loading