Remove placeholder as .asf.yaml now respects empty dict {} (#13109)
This commit is contained in:
parent
4d6d56545d
commit
97f0f0be67
18
.asf.yaml
18
.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: {}
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ jobs:
|
|||
uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
|
||||
with:
|
||||
list-files: 'shell'
|
||||
predicate-quantifier: 'every'
|
||||
filters: |
|
||||
oap:
|
||||
- '!**/*.md'
|
||||
|
|
|
|||
Loading…
Reference in New Issue