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

Add dry run workflow for testing the applied changes #1663

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Feb 19, 2025

This PR adds a dry run CI workflow that runs after every push to a PR. On a PR push, a GitHub artifact with its rendered JSON API is uploaded. When the PR workflow finishes successfully, the dry run workflow will run on main (in a privileged context). It downloads sync-team, downloads the built JSON API from the PR, passes it to sync-team and gathers its dry run output.

It then hides all previous bot comments on that PR and posts a new comment that prints the output of the dry run.

Using this workflow, we should be able to quickly and easily observe what changes would happen after a given team PR is merged.

Blocked on

(Very painfully) debugged at Kobzol#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant