From 97f0f0be67f820523bc26b8c7e900da73d24e4ff Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 17 Mar 2025 14:49:42 +0800 Subject: [PATCH] Remove placeholder as .asf.yaml now respects empty dict {} (#13109) --- .asf.yaml | 18 ++++++------------ .github/workflows/skywalking.yaml | 1 + 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 4be52a3ac4..772e9d5be9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -49,15 +49,9 @@ github: dismiss_stale_reviews: true required_approving_review_count: 1 # Protect these branches for the website - website-docs/8.2.0: - whatever: Just a placehold to make it take effects - website-docs/8.3.0: - whatever: Just a placehold to make it take effects - website-docs/8.4.0: - whatever: Just a placehold to make it take effects - website-docs/8.5.0: - whatever: Just a placehold to make it take effects - website-docs/8.6.0: - whatever: Just a placehold to make it take effects - website-docs/9.7.0: - whatever: Just a placehold to make it take effects + website-docs/8.2.0: {} + website-docs/8.3.0: {} + website-docs/8.4.0: {} + website-docs/8.5.0: {} + website-docs/8.6.0: {} + website-docs/9.7.0: {} diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml index ebbaa352a9..93f5faddca 100644 --- a/.github/workflows/skywalking.yaml +++ b/.github/workflows/skywalking.yaml @@ -120,6 +120,7 @@ jobs: uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 with: list-files: 'shell' + predicate-quantifier: 'every' filters: | oap: - '!**/*.md'