Add gate label#529
Conversation
There was a problem hiding this comment.
Code Review
This pull request modifies terraform/github/repositories.tf to rename an existing label resource to gate_label and re-add the workflows_label resource. However, the gate_label resource still uses the name "workflows", which will cause a conflict since both resources would manage the same GitHub label. The reviewer correctly pointed out this issue and suggested changing the name of gate_label to "gate".
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
If a project approver adds a ,,gate'' label to the PR - Zuul will gate it and merge it.
Terraform Format and Style 🖌
|
If a project approver adds a ,,gate'' label to the PR - Zuul will gate it and merge it.