Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,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