Skip to content
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion .github/repository-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
- `release/*`
- Branch rules
- Restrict deletions: CHECKED
- Require linear history: CHECKED
- Require a pull request before merging: CHECKED
- Required approvals: 1
- Require review from Code Owners: CHECKED
Expand All @@ -47,6 +46,10 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
- Security alerts: High or higher
- Alerts: Errors

> [!NOTE]
> This repository can't "require linear history" because there is an old merge commit on `main`
> (and so also on the release branches).

### `cloudfoundry` branch

- Targeted branches:
Expand Down
Loading