Remove placeholder as .asf.yaml now respects empty dict {} (#13109)

This commit is contained in:
kezhenxu94 2025-03-17 14:49:42 +08:00 committed by GitHub
parent 4d6d56545d
commit 97f0f0be67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 12 deletions

View File

@ -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: {}

View File

@ -120,6 +120,7 @@ jobs:
uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
with:
list-files: 'shell'
predicate-quantifier: 'every'
filters: |
oap:
- '!**/*.md'