Skip to content

feat: add release please config (#11333) (#11789) #8

feat: add release please config (#11333) (#11789)

feat: add release please config (#11333) (#11789) #8

---
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: github/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" -> "github/loki-release/.github/workflows/release-pr.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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 }}'