-
Notifications
You must be signed in to change notification settings - Fork 616
Add "Path To Green" Section to release-schedule.yml #6105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Co-authored-by: francinelucca <[email protected]>
@copilot modify the template so that the path to green section sits on top of the timeline section |
size-limit report 📦
|
Co-authored-by: francinelucca <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a “Current Path to Green” section to the issue template generated by the release-schedule.yml
workflow, allowing release conductors to track release status on dotcom.
- Introduces a
pathToGreen
constant with the default green status block. - Inserts the new section into both issue-creation branches of the workflow.
- Ensures an extra blank line follows the section for readability.
Comments suppressed due to low confidence (1)
.github/workflows/release-schedule.yml:120
- The new 'Current Path to Green' section isn't validated by any automated tests. Consider adding or updating unit or e2e tests to assert that generated issues include this section.
const pathToGreen = [
@@ -159,9 +166,12 @@ jobs: | |||
ISSUE_BODY += '| Release Pull Request | [Link](https://gh.io/AAksvvr) |\n'; | |||
ISSUE_BODY += '| Integration tests | [Link](https://gh.io/AAkr65h) |\n'; | |||
ISSUE_BODY += '\n'; | |||
ISSUE_BODY += pathToGreen; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The repeated manual concatenation of '\n' after each section can be error-prone. Consider using template literals or enhancing the join arrays to include surrounding newlines, reducing extra concatenation calls.
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go!
This PR adds a "Path To Green" section to the issue template used by the release-schedule.yml workflow. This section will help track the release status in dotcom.
Changes:
pathToGreen
for the "Current Path to Green" sectionExample of how the section will appear:
## Current Path to Green Current Status: 🟢
When issues occur, release conductors can update this section to:
Or when green but requiring updates:
## Current Path to Green Current Status: 🟢 Path to Green: #commit-hash1, #commit-hash2
Fixes #6104.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.fwupd.org
/usr/bin/fwupdmgr refresh
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.