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

Feature: Make workflow instructions depend on their triggering webhook events #131

Open
yardasol opened this issue Feb 16, 2022 · 0 comments

Comments

@yardasol
Copy link
Contributor

yardasol commented Feb 16, 2022

Background and motivation

Right now, our release workflow assume we are only working on one release at a time. If we ever need to backport a bugfix, our workflows won't work.

Description of idea

We should make our workflows specific to the webhook event that triggers them

Implementation details

We'll need to use github.event context to get this information, so we can run multiple versions of populate-releasenote.yml, next-release-minor.yml,etc, for each release that gets the bugfix.

Useful resources:
- Webhook object for releases

Potential snags

This is coupled to #116 and #129.

@yardasol yardasol added this to the Repository Improvement milestone Feb 16, 2022
@yardasol yardasol added this to new in Meta via automation Feb 16, 2022
@yardasol yardasol self-assigned this Feb 17, 2022
@yardasol yardasol changed the title Feature: Make workflows more flexible Feature: Make workflow instructions depend on their triggering webhook events Jun 7, 2022
@yardasol yardasol removed their assignment May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Meta
  
new
Development

No branches or pull requests

1 participant