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
11 changes: 6 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ github:
include:
- "~ALL"
exclude:
# Globs don't cross '/' (even a trailing **), so use **/* to
# match branches at any depth under a prefix.
- "refs/heads/main"
- "refs/heads/release/*"
- "refs/heads/backport/*"
- "refs/heads/release/**/*"
- "refs/heads/backport/**/*"
- "refs/heads/gh-pages"
# Temporary branches GitHub's merge queue creates to test
# queued groups; must stay creatable or the queue breaks.
- "refs/heads/gh-readonly-queue/*"
- "refs/heads/dependabot/**/*"
- "refs/heads/gh-readonly-queue/**/*"
bypass_actors:
# apache/root — ASF Infra team.
- actor_id: 118420
Expand Down
Loading