This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 595b75a .asf.yaml: Disallow forced pushes to master, removed
hacktoberfest label, updated documentation link
595b75a is described below
commit 595b75af87455435ce6f4ec0d4b936db52b78bb7
Author: Shad Storhaug <[email protected]>
AuthorDate: Sat Nov 21 15:24:00 2020 +0700
.asf.yaml: Disallow forced pushes to master, removed hacktoberfest label,
updated documentation link
---
.asf.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index d376eff..79a19f7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,5 +1,5 @@
# Apache YAML Features for Git Repositories
-# See the documentation at:
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+# See the documentation at:
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
github:
description: "Apache Lucene.NET"
@@ -15,7 +15,6 @@ github:
- index
- query
- apache
- - hacktoberfest
features:
# Enable wiki for documentation
@@ -24,3 +23,7 @@ github:
issues: true
# Enable projects for project management boards
projects: false
+
+ # Disallow forced pushes
+ protected_branches:
+ master