This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-go.git
The following commit(s) were added to refs/heads/master by this push:
new 7e5a6f5 Turn off branch protection (#5)
7e5a6f5 is described below
commit 7e5a6f53f788056c139d0f590708efaa5ae04c52
Author: Elek, Márton <[email protected]>
AuthorDate: Fri Apr 9 19:10:13 2021 +0200
Turn off branch protection (#5)
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 984ae2a..e59b7d9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,12 @@ github:
squash: true
merge: false
rebase: false
+ protected_branches:
+ master:
+ required_status_checks:
+ contexts:
+ required_pull_request_reviews:
+ required_approving_review_count: 0
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]