chore(ci): pin reusable workflow refs + baseline policy doc#12
chore(ci): pin reusable workflow refs + baseline policy doc#12anmolnagpal wants to merge 2 commits intomasterfrom
Conversation
Summary of ChangesHello @anmolnagpal, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly improves the organization's CI/CD hygiene and security posture by standardizing workflow practices. It introduces a comprehensive policy document that mandates the use of immutable references for reusable workflows and establishes clear baselines for pull request and Terraform module configurations. These changes are designed to enhance the reliability and reproducibility of CI processes while mitigating supply-chain risks. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a WORKFLOW_BASELINE.md file to document the organization's CI/CD and collaboration standards. This is a positive step towards ensuring consistency and security in workflows. I have provided a couple of suggestions to enhance the clarity of the new policy document.
| @@ -0,0 +1,32 @@ | |||
| # Workflow Baseline Policy | |||
|
|
|||
| This repository defines the organization-level baseline for GitHub collaboration and CI hygiene. | |||
There was a problem hiding this comment.
For clarity, consider rephrasing this sentence. A repository contains documents, but it's the document itself that defines the policy. Using 'This document' makes the scope clearer.
| This repository defines the organization-level baseline for GitHub collaboration and CI hygiene. | |
| This document defines the organization-level baseline for GitHub collaboration and CI hygiene. |
| - Conventional Commit title required. | ||
| - Semantic PR title check required. |
There was a problem hiding this comment.
The requirements for 'Conventional Commit title' and 'Semantic PR title check' are closely related and could be confusing as separate items, as 'Semantic PR' is often the tool that enforces 'Conventional Commits'. It would be clearer to rephrase these points to reflect their relationship.
| - Conventional Commit title required. | |
| - Semantic PR title check required. | |
| - PR titles must follow the Conventional Commits specification. | |
| - This requirement is enforced by an automated check. |
|
[gemini-followup-2026-02-09] Where CI is red on title validation, the failure is due to the org reusable workflow regex configuration (terraform-az-modules/.github#29), not this branch's module code. |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
[gemini-followup-2026-02-09] |
Summary
@master) to immutable SHA88efd7724e007c8f721a219498be29e0c9ad471b.github/WORKFLOW_BASELINE.mdfrom org baseline repositoryScope
Risk
Low: non-breaking metadata/workflow reference hardening.