Skip to content
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
12 changes: 12 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ github:
issues: true
projects: false

protected_branches:
main: {}
branch_10x: {}
branch_9x: {}
Copy link
Contributor

@uschindler uschindler Sep 30, 2025

Choose a reason for hiding this comment

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

we should add all older branch_* branches (maybe export the list from github) and in parallel ask infra how to setup this with a glob.

Maybe it works like:

protected_branches:
    "branch_*": {}

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can only try that out and try to force push as test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can try on a some test branch, maybe?

"branch_*": {}
"test_*": {}

protected_tags:
- "releases/*"
- "history/*"
- "grafts/*"

notifications:
commits: [email protected]
issues: [email protected]
Expand Down
Loading