This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch protected-branch-test in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 3183d25415635554561b20a1fd84d64b59e6764a Author: Adam Monsen <[email protected]> AuthorDate: Wed May 13 08:55:43 2026 -0700 test ruleset for branch protection amended commit --- .asf.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 4bffd993f9..d243358e9f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,6 +24,17 @@ github: required_linear_history: false required_signatures: true required_conversation_resolution: true + rulesets: + - name: "Branch Protection Test" + type: branch + branches: + includes: + - "protected-branch-test" + restrict_deletion: true + restrict_force_push: true + required_signatures: true + required_linear_history: false + required_conversation_resolution: true notifications: commits: [email protected] pullrequests: [email protected]
