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

[flink-kubernetes-operator] branch tisonkun-patch-1 created (now 65dbe26d)

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

tison pushed a change to branch tisonkun-patch-1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


      at 65dbe26d [hotfix] Prevent release branches from deleted and force pushes

This branch includes the following new commits:

     new 65dbe26d [hotfix] Prevent release branches from deleted and force pushes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[flink-kubernetes-operator] 01/01: [hotfix] Prevent release branches from deleted and force pushes

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch tisonkun-patch-1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 65dbe26dfd0164d07895b7d8c5d92017a847cb4a
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