Skip to content

[release-2.9.x] Fixing broken links (#11962) #27

[release-2.9.x] Fixing broken links (#11962)

[release-2.9.x] Fixing broken links (#11962) #27

---
name: 'create release PR for patch releases'
on:
push:
branches:
- 'release-[0-9].[0-9].x'
workflow_dispatch: {}
permissions:
contents: 'write'
issues: 'write'
pull-requests: 'write'
jobs:
create-release-pr:
uses: grafana/loki-release/.github/workflows/release-pr.yml@main

Check failure on line 14 in .github/workflows/patch-release-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/patch-release-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/patch-release-pr.yml" -> "grafana/loki-release/.github/workflows/release-pr.yml@main" (source branch with sha:0f7c64806adf078cf667b52c8aef079822d0404f) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
release_repo: grafana/loki
skip_validation: false
versioning_strategy: always-bump-patch
secrets:
GCS_SERVICE_ACCOUNT_KEY: '${{ secrets.BACKEND_ENTERPRISE_DRONE }}'
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'