Add stackhpc-zuul merge rights in Ansible,Kayobe and OpenStack repos#530
Conversation
There was a problem hiding this comment.
Code Review
This pull request configures various GitHub branch protection rules to allow the Zuul GitHub App to push to protected branches. It introduces a new zuul_app_id variable and uses the github_app_installation data source to retrieve the installation ID. However, the reviewer identified a critical issue: the push_allowances attribute requires the Node ID of the App rather than its installation ID. To resolve this, the reviewer suggested using the github_app data source with the app's slug to retrieve the correct node_id, which would also simplify the configuration by removing the need for the zuul_app_id variable.
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.
0a58f79 to
aeba578
Compare
Terraform Format and Style 🖌
|
No description provided.