apache / arrow-go

Official Go implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
34 stars 6 forks source link

GH-1: Enable force push temporary #80

Closed kou closed 2 months ago

kou commented 2 months ago

https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection

To completely remove all branch protection rules, set the protected_branches section to null, as such:

Prevent force pushes

github:
  protected_branches: ~
kou commented 2 months ago

We don't need this: https://github.com/apache/arrow-go/issues/1#issuecomment-2319936990