This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/prevent-git-force-push-on-trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 818627710d042c16e93f24924799f490510d9fcd Author: Konrad Windszus <k...@apache.org> AuthorDate: Wed Apr 30 15:42:07 2025 +0200 Prevent force push on branch "trunk" Compare with https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branchpro --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index f9422a3bb7..f315ade58d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -35,3 +35,5 @@ github: - JCRVLT - SLING - FELIX + protected_branches: + trunk: {} \ No newline at end of file