Skip to content

Commit

Permalink
Add branch protection to tomee-9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed May 16, 2024
1 parent 0dc91c7 commit ba1f756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ github:
tomee-7.0.x: {}
tomee-7.1.x: {}
tomee-8.x: {}
tomee-9.x: {}
custom_subjects:
new_pr: "[PR] {title} ({repository})"
close_pr: "Re: [PR] {title} ({repository})"
Expand All @@ -57,8 +58,8 @@ github:
new_comment_discussion: "Re: [D] {title} ({repository})"
edit_comment_discussion: "Re: [D] {title} ({repository})"
delete_comment_discussion: "Re: [D] {title} ({repository})"
dependabot_alerts: false
dependabot_updates: false
dependabot_alerts: true
dependabot_updates: true

notifications:
commits: [email protected]
Expand Down

0 comments on commit ba1f756

Please sign in to comment.