You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: '[bot] [DO NOT MERGE] Test Auspice PR ${{ steps.detect-pr.outputs.pr-number }}'
53
+
title: '[bot] [DO NOT MERGE] Test Auspice PR ${{ github.event.number }}'
77
54
body: |
78
-
This PR has been created to test this project running Auspice with changes from https://github.com/nextstrain/auspice/pull/${{ steps.detect-pr.outputs.pr-number }}.
55
+
This PR has been created to test this project running Auspice with changes from https://github.com/nextstrain/auspice/pull/${{ github.event.number }}.
79
56
80
57
Note that Auspice has been installed with changes from both the PR's source and target branches.
81
58
This will surface any issues that can arise from merging the PR in Auspice. To address these issues locally, update the source branch (e.g. with a git rebase).
82
59
83
60
This message and corresponding commits were automatically created by a GitHub Action from [nextstrain/auspice](https://github.com/nextstrain/auspice).
Copy file name to clipboardExpand all lines: DEV_DOCS.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,7 @@ A Heroku pipeline for this repository is connected to GitHub under the nextstrai
100
100
101
101
#### Test on downstream repositories
102
102
103
-
Additionally, a GitHub Actions workflow has been set up to generate PRs in downstream repositories that reflect the new changes in Auspice. To use it:
104
-
105
-
1. Go to [the workflow page](https://github.com/nextstrain/auspice/actions/workflows/make_prs_for_other_repos.yaml).
106
-
2. Select **Run workflow**.
107
-
3. Pick the PR branch, select the downstream repositories you wish to test, and **Run workflow**.
108
-
4. Wait for the workflow to finish running. The Auspice PR should show new reference links from the generated PRs.
103
+
Additionally, a GitHub Actions workflow has been set up to generate PRs in downstream repositories that reflect the new changes in Auspice. To use it, add the label [preview on auspice.us](https://github.com/nextstrain/auspice/labels/preview%20on%20auspice.us) and/or [preview on nextstrain.org](https://github.com/nextstrain/auspice/labels/preview%20on%20nextstrain.org).
0 commit comments