You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2022/12/05 12:51:55 UTC

[netbeans] branch master updated: enable branch protection for master.

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

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c266b9fbb enable branch protection for master.
     new 5f14ef63b5 Merge pull request #4785 from mbien/asf-repo-settings
8c266b9fbb is described below

commit 8c266b9fbb4451e5041157f1a1f7c0f0825bc8c2
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Thu Oct 13 13:12:32 2022 +0200

    enable branch protection for master.
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 5a795c4fd0..acf7b7bf61 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# doc: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
 github:
   description: "Apache NetBeans"
   homepage: https://netbeans.apache.org/
@@ -31,6 +33,10 @@ github:
     squash:  true
     merge:   true
     rebase:  true
+  protected_branches:
+    # no force push to master
+    master: {}
+
 notifications:
     commits:      commits@netbeans.apache.org
     issues:       notifications@netbeans.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists