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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8ebfe3ba11 [improve][ci] Protect branch-3.1 (#21185)
b8ebfe3ba11 is described below

commit b8ebfe3ba111c475f50c65b28a4b536a6420c175
Author: Jiwei Guo <[email protected]>
AuthorDate: Thu Sep 14 20:02:07 2023 -0500

    [improve][ci] Protect branch-3.1 (#21185)
---
 .asf.yaml                                        | 1 +
 .github/workflows/ci-owasp-dependency-check.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 5c3b8cb98d9..67ef4af8883 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -80,6 +80,7 @@ github:
     branch-2.10: {}
     branch-2.11: {}
     branch-3.0: {}
+    branch-3.1: {}
 
 notifications:
   commits:      [email protected]
diff --git a/.github/workflows/ci-owasp-dependency-check.yaml 
b/.github/workflows/ci-owasp-dependency-check.yaml
index 69eb0a7a198..8713e9e8dd7 100644
--- a/.github/workflows/ci-owasp-dependency-check.yaml
+++ b/.github/workflows/ci-owasp-dependency-check.yaml
@@ -40,6 +40,7 @@ jobs:
       matrix:
         include:
           - branch: master
+          - branch: branch-3.1
           - branch: branch-3.0
           - branch: branch-2.11
           - branch: branch-2.10

Reply via email to