Skip to content
Merged
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
2 changes: 1 addition & 1 deletion repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module "repo_osac" {
{ context = "e2e-caas-full-install / e2e", integration_id = 15368 },
# Reads Prow-set labels (lgtm, approved, jira/valid-reference) and converts
# them to a status check the merge queue can gate on.
{ context = "label-gate / check-labels", integration_id = 15368 },
{ context = "check-labels", integration_id = 15368 },
]
# Preserve subtree-merge history/blame going forward -- squash-merging on the
# mono-repo would collapse that history for every commit after cutover, so
Expand Down
Loading