Skip to content

Commit 57d3c87

Browse files
sparsickbmarwell
authored andcommitted
Enable prevent branch protection rules (#230)
* feat: enable prevent branch protection rules - also refactor deprecated config Signed-off-by: Sandra Parsick <sandra@parsick.dev>
1 parent a839e9d commit 57d3c87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.asf.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ github:
3030
rebase: true
3131
autolink_jira:
3232
- MSOURCES
33-
del_branch_on_merge: true
33+
protected_branches:
34+
master: { }
35+
maven-source-plugin-3.x: {}
36+
pull_requests:
37+
del_branch_on_merge: true
3438
features:
3539
issues: true
3640
notifications:

0 commit comments

Comments
 (0)