-
Notifications
You must be signed in to change notification settings - Fork 116
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
Conversation
|
@@ -47,6 +47,7 @@ | |||
"memory": "8gb" | |||
}, | |||
"features": { | |||
"sshd": "latest" | |||
"sshd": "latest", | |||
"ghcr.io/devcontainers/features/github-cli:1": {} |
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.
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] |
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.
Dependent on primer/.github#48 merging and setting up a new release
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