-
Notifications
You must be signed in to change notification settings - Fork 162
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
Enable preview PRs for auspice.us #1567
Conversation
This removes the nextstrain.org-specific logic and changes the workflow trigger to be workflow_call with a repository name input.
This should restore existing functionality to generate a preview PR on the nextstrain.org repo.
c9579b7
to
c6d14b6
Compare
Since it is manually triggered now, might as well allow the user to specify which repos to make PRs in. Default is no selection (opt-in).
Awesome! This is a great idea & the code looks good. GitHub actions do constantly confuse me... I think I've tested this by dispatching this action from this PR's branch (which I'm sure used the updated action definition, as the repo-checkboxes came up when I selected this branch and they're implemented here for the first time). I'll approve this PR when the action finishes (it's running into the |
@jameshadfield yes, that looks right! It'll use the workflow file from the branch that's selected for run.
|
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.
Let's get this merged!
Description of proposed changes
Currently, preview PRs are only created on the nextstrain.org repo. Also create them for auspice.us and add inputs to select which PRs to make. This looks like:
Related issue(s)
N/A
Testing