Skip to content

Commit

Permalink
chore(asf-yaml): add basic branch protection setup (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Feb 8, 2023
1 parent 3d5db5b commit 8110bc3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ github:
new_issue: "[I] {title} ({repository})"
comment_issue: "Re: [I] {title} ({repository})"
close_issue: "Re: [I] {title} ({repository})"
catchall: "[GH] {title} ({repository})"
catchall: "[GH] {title} ({repository})"

del_branch_on_merge: true

protected_branches:
dev:
required_status_checks:
strict: true


notifications:
jobs: [email protected]
Expand Down

0 comments on commit 8110bc3

Please sign in to comment.