Skip to content

[INFRA] Set up default rulesets for default and release branches#1788

Merged
Croway merged 1 commit into
mainfrom
infrastructure-ruleset-bot/default-branch-protection
May 18, 2026
Merged

[INFRA] Set up default rulesets for default and release branches#1788
Croway merged 1 commit into
mainfrom
infrastructure-ruleset-bot/default-branch-protection

Conversation

@asf-gitbox-commits
Copy link
Copy Markdown
Contributor

This Pull Request enables the repository to conform with the "sane default security settings" of the Apache Software Foundation by configuring a default branch ruleset that protects the default branch and any release branches.

Note that ~DEFAULT_BRANCH is a GitHub symbolic link to the current default branch (HEAD) of the repository and does not need changing.
If the managing project does not wish to set up these defaults, please close this Pull Request. Alternatively, the project may merge this Pull Request to apply the changes immediately.

If no action is taken, this Pull Request will be automatically merged by the Apache Infrastructure team on 2026-06-14 (30 days from now).

For any further information, please reach us on Slack or at: [email protected]

@davsclaus davsclaus requested review from Croway and oscerd May 17, 2026 10:43
Comment thread .asf.yaml
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we do not use release/* or rel/* for release branches. It should be camel-spring-boot-* for release branches and main should be the default one.

main should be already addressed by ~DEFAULT_BRANCH

Copy link
Copy Markdown
Contributor

@Croway Croway left a comment

Choose a reason for hiding this comment

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

we do not use release/* or rel/* for release branches. It should be camel-spring-boot-* for release branches and main should be the default one.

main should be already addressed by ~DEFAULT_BRANCH

@Croway Croway merged commit a6291fa into main May 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants