Skip to content

Create preview PRs using labels #5

Create preview PRs using labels

Create preview PRs using labels #5

name: "Preview on auspice.us"
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
workflow_dispatch:
jobs:
run:
if: |
github.event.label.name == 'preview on auspice.us' ||
contains( github.event.pull_request.labels.*.name, 'preview on auspice.us')
uses: ./.github/workflows/preview_on_downstream_repo.yaml
secrets: inherit
with:
repository: nextstrain/auspice.us