Skip to content

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

Merged
merged 5 commits into from
May 22, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 21, 2025

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:

  • Added a new constant pathToGreen for the "Current Path to Green" section
  • Added the section to the issue body in both issue creation paths
  • Default initial state is green (🟢)

Example of how the section will appear:

## Current Path to Green

Current Status: 🟢

When issues occur, release conductors can update this section to:

## Current Path to Green
Current Status: 🔴

Investigating...

See [Integration Tests PR](https://gh.io/AAkr65h)

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
    • Triggering command: /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.

Copy link

changeset-bot bot commented May 21, 2025

⚠️ No Changeset found

Latest commit: 40f24d1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Copilot Copilot AI changed the title [WIP] Add "Path To Green" Section to release-schedule.yml Add "Path To Green" Section to release-schedule.yml May 21, 2025
@Copilot Copilot AI requested a review from francinelucca May 21, 2025 17:58
Copilot finished work on behalf of francinelucca May 21, 2025 17:58
@francinelucca
Copy link
Member

@copilot modify the template so that the path to green section sits on top of the timeline section

@github-actions github-actions bot requested a deployment to storybook-preview-6105 May 21, 2025 18:04 Abandoned
Copy link
Contributor

github-actions bot commented May 21, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 94.42 KB (0%)
packages/react/dist/browser.umd.js 94.48 KB (0%)

Copy link
Contributor Author

Copilot AI commented May 21, 2025

@copilot modify the template so that the path to green section sits on top of the timeline section

I've moved the "Path to Green" section to sit above the Timeline section in both places where the issue body is constructed. The change was made in commit a9e72ed.

Copilot finished work on behalf of francinelucca May 21, 2025 18:10
@github-actions github-actions bot requested a deployment to storybook-preview-6105 May 21, 2025 18:13 Abandoned
@francinelucca francinelucca marked this pull request as ready for review May 21, 2025 18:19
@Copilot Copilot AI review requested due to automatic review settings May 21, 2025 18:19
@francinelucca francinelucca requested a review from a team as a code owner May 21, 2025 18:19
@francinelucca francinelucca added the skip changeset This change does not need a changelog label May 21, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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;
Copy link
Preview

Copilot AI May 21, 2025

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.

@github-actions github-actions bot requested a deployment to storybook-preview-6105 May 21, 2025 20:08 Abandoned
Copy link
Member

@francinelucca francinelucca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@francinelucca francinelucca added this pull request to the merge queue May 22, 2025
Merged via the queue into main with commit e963f2f May 22, 2025
35 checks passed
@francinelucca francinelucca deleted the copilot/fix-6104 branch May 22, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset This change does not need a changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Path To Green" Section to release-schedule.yml
3 participants