Skip to content
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

Creating a workflow that will assign the release conductor to the release pull request when it's opened #3342

Merged
merged 20 commits into from
Feb 22, 2025

Conversation

jonrohan
Copy link
Member

@jonrohan jonrohan commented Feb 22, 2025

This workflow will lookup the current on call release conductor and assign them to the release pull request. This uses the script being added here primer/.github#48

Copy link

changeset-bot bot commented Feb 22, 2025

⚠️ No Changeset found

Latest commit: 747fabd

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

@jonrohan jonrohan added the skip changeset Pull requests that don't change the library output label Feb 22, 2025
@@ -47,6 +47,7 @@
"memory": "8gb"
},
"features": {
"sshd": "latest"
"sshd": "latest",
"ghcr.io/devcontainers/features/github-cli:1": {}
Copy link
Member Author

Choose a reason for hiding this comment

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

Wanted to add gh cli for codespaces

pagerduty:
if: github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'changeset-release/main'
name: Lookup who is oncall from pagerduty
uses: primer/.github/.github/workflows/[email protected]
Copy link
Member Author

Choose a reason for hiding this comment

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

Dependent on primer/.github#48 merging and setting up a new release

@jonrohan jonrohan changed the title Creating release conductor workflow Creating a workflow that will assign the release conductor to the release pull request when it's opened Feb 22, 2025
@jonrohan jonrohan marked this pull request as ready for review February 22, 2025 01:44
@jonrohan jonrohan requested a review from a team as a code owner February 22, 2025 01:44
@jonrohan jonrohan requested review from mperrotti and joshblack and removed request for mperrotti February 22, 2025 01:44
@jonrohan jonrohan added this pull request to the merge queue Feb 22, 2025
Merged via the queue into main with commit b4be581 Feb 22, 2025
36 checks passed
@jonrohan jonrohan deleted the release_conductor branch February 22, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset Pull requests that don't change the library output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants