Skip to content

Commit 53547ff

Browse files
authored
feat: enable prevent branch protection rules (#604)
also: - refactor deprecated config - remove unnecessary jira config Signed-off-by: Sandra Parsick <[email protected]>
1 parent a0e0634 commit 53547ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.asf.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ github:
3030
rebase: true
3131
autolink_jira:
3232
- MCHANGES
33-
del_branch_on_merge: true
33+
protected_branches:
34+
master: { }
35+
pull_requests:
36+
del_branch_on_merge: true
3437
features:
3538
issues: true
3639
notifications:
3740
3841
3942
pullrequests: [email protected]
40-
jira_options: link label

0 commit comments

Comments
 (0)