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

Deprecate update-release-status.yml workflow #476

Open
rvermeulen opened this issue Dec 11, 2023 · 0 comments
Open

Deprecate update-release-status.yml workflow #476

rvermeulen opened this issue Dec 11, 2023 · 0 comments
Labels
enhancement New feature or request release-process

Comments

@rvermeulen
Copy link
Collaborator

The update-release-status.yml workflow is responsible to monitor the overall states of a release and dispatch the update-status.yml if all the check-runs successfully concluded.

The initial goal was to respond to check run events, but GitHub Actions doesn't dispatch this event generated by workflows to prevent divergent execution.
To reintroduce this behavior we have implemented an Azure Function that dispatches the update-release-status.yml workflow.

This Azure Function implemented in webhook-handler.js can include all the logic in update-release-status.yml.

@rvermeulen rvermeulen added enhancement New feature or request release-process labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release-process
Projects
Development

No branches or pull requests

1 participant