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

penzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-wasm.git


The following commit(s) were added to refs/heads/master by this push:
     new a951d25  update asf.yaml (#8)
a951d25 is described below

commit a951d254fc6ac621019894e2a0e78aa0727f187f
Author: dragon-zhang <[email protected]>
AuthorDate: Fri Aug 11 09:39:18 2023 +0800

    update asf.yaml (#8)
---
 .asf.yaml                        | 22 +++++++++++-----------
 .github/workflows/build-wasm.yml |  2 +-
 .github/workflows/ci.yml         |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d248639..a17788e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,17 +25,17 @@ github:
     wiki: true
     issues: true
     projects: true
-  enabled_merge_buttons:
-    squash: true
-    merge: false
-    rebase: false
-  protected_branches:
-    master:
-      required_status_checks:
-        strict: true
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        required_approving_review_count: 1
+#   enabled_merge_buttons:
+#     squash: true
+#     merge: false
+#     rebase: false
+#   protected_branches:
+#     master:
+#       required_status_checks:
+#         strict: true
+#       required_pull_request_reviews:
+#         dismiss_stale_reviews: true
+#         required_approving_review_count: 1
 notifications:
   commits: [email protected]
   issues: [email protected]
diff --git a/.github/workflows/build-wasm.yml b/.github/workflows/build-wasm.yml
index b2a8851..df62436 100644
--- a/.github/workflows/build-wasm.yml
+++ b/.github/workflows/build-wasm.yml
@@ -19,7 +19,7 @@ on: [push]
 
 jobs:
   linux:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
       - name: Set up rust
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62f3f34..cb1e36a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
           - java: 16
             os: ubuntu-latest
     runs-on: ${{ matrix.os }}
-    if: (github.repository == 'apache/shenyu')
+    if: (github.repository == 'apache/shenyu-wasm')
     steps:
       - name: Support longpaths
         if: ${{ matrix.os == 'windows-latest'}}

Reply via email to