From 49d81ddef0b1ca19ef6a19b51235f65706ef570d Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:51:42 -0700 Subject: [PATCH] Update PR description --- .github/workflows/preview_on_downstream_repo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview_on_downstream_repo.yaml b/.github/workflows/preview_on_downstream_repo.yaml index b029598ea..f381c3bf8 100644 --- a/.github/workflows/preview_on_downstream_repo.yaml +++ b/.github/workflows/preview_on_downstream_repo.yaml @@ -60,7 +60,8 @@ jobs: Note that Auspice has been installed with changes from both the PR's source and target branches. 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). - This message and corresponding commits were automatically created by a GitHub Action from [nextstrain/auspice](https://github.com/nextstrain/auspice). + This message PR is maintained by a [GitHub Actions workflow](https://github.com/nextstrain/auspice/blob/-/.github/workflows/preview_on_downstream_repo.yaml). + It will be automatically kept up to date and closed when the upstream PR has been merged or closed. run: | git switch -c "$branch" git push --force origin HEAD