Hi, It seems that a git force push on the main branch is not disabled by default for the Apache repositories. However I would strongly suggest to enforce this. This seems to require a dedicated item within the .asf.yaml for each repository (https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branch-protection):
... github: protected_branches: master: {} … This will not add any additional branch protection but just the basic disable force push (IIUC). WDYT about adding this to all our .asf.yaml’s? Do we use the branch name “master” consistently as default branch for all our repos? Thanks for your comments, Konrad