Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/common_repository/labels.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ p0,e94f24,Highest priority
p1,ffc600,Medium priority
p2,cfd8dc,Low priority
security,ff0000,This is a security issue
do-not-merge/hold,ededed,Block merge until the label is removed
7 changes: 7 additions & 0 deletions repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ module "repo_enhancement_proposals" {
description = "A repository for proposing enhancements to the osac project"
all_members_permission = "push"
required_approvals = 2
required_status_checks = [
# Job id in enhancement-proposals/.github/workflows/review-gate.yml.
{ context = "check-human-reviews", integration_id = 15368 },
# Job id in enhancement-proposals/.github/workflows/pre-commit.yaml.
{ context = "pre-commit", integration_id = 15368 },
Comment thread
coderabbitai[bot] marked this conversation as resolved.
]
ruleset_bypass_team_ids = [github_team.all["wg-infra"].id]
}

module "repo_osac_test_infra" {
Expand Down
Loading