Skip to content

Commit 7a0775c

Browse files
edespinotuhaihe
authored andcommitted
Fix branch protection config: correct nesting and rename check
- Moved 'contexts' under 'required_status_checks' to match ASF YAML schema - Renamed 'Build Apache Cloudberry' to 'Build Apache Cloudberry RPM' - Removed obsolete 'ic-cbdb-parallel' status check
1 parent 85f2065 commit 7a0775c

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

.asf.yaml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,26 @@ github:
7878
# Require branches to be up to date before merging
7979
strict: true
8080

81-
# Required status checks that must pass
82-
# Note: These contexts match the exact job names in GitHub
83-
# Actions workflows. They do not include the workflow name as a
84-
# prefix
85-
contexts:
86-
- check-skip
87-
- Build Apache Cloudberry
88-
- RPM Install Test Apache Cloudberry
89-
- ic-good-opt-off
90-
- ic-good-opt-on
91-
- ic-expandshrink
92-
- ic-singlenode
93-
- ic-resgroup-v2
94-
- ic-contrib
95-
- ic-gpcontrib
96-
- ic-fixme
97-
- ic-isolation2
98-
- ic-isolation2-crash
99-
- ic-parallel-retrieve-cursor
100-
- Generate Apache Cloudberry Build Report
101-
- ic-cbdb-parallel
81+
# Required status checks that must pass
82+
# Note: These contexts match the exact job names in GitHub
83+
# Actions workflows. They do not include the workflow name as a
84+
# prefix
85+
contexts:
86+
- check-skip
87+
- Build Apache Cloudberry RPM
88+
- RPM Install Test Apache Cloudberry
89+
- ic-good-opt-off
90+
- ic-good-opt-on
91+
- ic-expandshrink
92+
- ic-singlenode
93+
- ic-resgroup-v2
94+
- ic-contrib
95+
- ic-gpcontrib
96+
- ic-fixme
97+
- ic-isolation2
98+
- ic-isolation2-crash
99+
- ic-parallel-retrieve-cursor
100+
- Generate Apache Cloudberry Build Report
102101

103102
# Pull request review requirements
104103
required_pull_request_reviews:

0 commit comments

Comments
 (0)