Skip to content

[k188] quantile sharding: switch to ddsketch sparse constructor and r… #6

[k188] quantile sharding: switch to ddsketch sparse constructor and r…

[k188] quantile sharding: switch to ddsketch sparse constructor and r… #6

---
name: 'create release PR for minor releases'
on:
push:
branches:
- 'k[0-9]*'
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/minor-release-pr.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/minor-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-minor
secrets:
GCS_SERVICE_ACCOUNT_KEY: '${{ secrets.BACKEND_ENTERPRISE_DRONE }}'
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'