Skip to content

ci(pull-request): create sticky comment on pull request #6

ci(pull-request): create sticky comment on pull request

ci(pull-request): create sticky comment on pull request #6

name: Pull request bundle
on: pull_request
jobs:
bundle:
# Triggers the workflow on events of pull requests with the default branch as the target
if: github.base_ref == github.event.repository.default_branch
name: Bundle version snapshot-pr-#${{ github.event.pull_request.number }}
uses: ./.github/workflows/bundle.yml
with:
version: snapshot-pr-#${{ github.event.pull_request.number }}
retention-days: 8
link-snapshot-build-in-pull-request:
needs: bundle
name: Link newly created snapshot build in pull request
permissions:
pull-requests: write
uses: marocchino/sticky-pull-request-comment@v2

Check failure on line 20 in .github/workflows/pull-request-bundle.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-bundle.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
message: |
Built bundle based on the current state of this Pull Request here: <${{ jobs.bundle.outputs.artifact-url }}>