You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/11/11 09:09:52 UTC

[flink-kubernetes-operator] branch main updated: [hotfix] Prevent release branches from deleted and force pushes

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

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 133c6578 [hotfix] Prevent release branches from deleted and force pushes
133c6578 is described below

commit 133c65783f2ddab0ea449885230b19dab1941b85
Author: tison <wa...@gmail.com>
AuthorDate: Tue Nov 8 17:24:53 2022 +0800

    [hotfix] Prevent release branches from deleted and force pushes
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8a3fdeac..953a1390 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,6 +7,13 @@ github:
     - flink
     - big-data
     - java
+  protected_branches:
+    main: {}
+    release-0.1: {}
+    release-1.0: {}
+    release-1.1: {}
+    release-1.2: {}
+
 notifications:
   commits:      commits@flink.apache.org
   issues:       issues@flink.apache.org