This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 57f56e6  Prevent force pushes to main (#15)
57f56e6 is described below

commit 57f56e6d5c0975e058ac3b4ea6e0ef7e7d9ac91a
Author: Weston Pace <[email protected]>
AuthorDate: Thu Aug 5 21:53:27 2021 -1000

    Prevent force pushes to main (#15)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8829356..03a5836 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,9 @@
 github:
   features:
     issues: true
+  protected_branches:
+    main:
+      foo: bar # dummy value to make main a dictionary
   ghp_branch:  gh-pages
   ghp_path:    .
 

Reply via email to