chore: bump @grafana/create-plugin configuration to 5.26.4 (#2082)
Bumps [`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin) configuration from 4.2.1 to 5.26.4. **Notes for reviewer:** This is an auto-generated PR which ran `@grafana/create-plugin update`. Please consult the create-plugin [CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md) to understand what may have changed. Please review the changes thoroughly before merging. --------- Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e76741b453
commit
b13d567eee
19
.github/workflows/is-compatible.yml
vendored
19
.github/workflows/is-compatible.yml
vendored
@@ -1,21 +1,28 @@
|
||||
name: Latest Grafana API compatibility check
|
||||
on: [pull_request]
|
||||
permissions: {}
|
||||
name: Compatibility check
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
compatibilitycheck:
|
||||
permissions:
|
||||
# Required permissions when comment-pr is set to 'yes': pull-requests: write, contents: read
|
||||
pull-requests: write
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable --prefer-offline
|
||||
run: yarn install
|
||||
- name: Build plugin
|
||||
run: yarn build
|
||||
- name: Compatibility check
|
||||
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime
|
||||
uses: grafana/plugin-actions/is-compatible@main
|
||||
with:
|
||||
module: './src/module.ts'
|
||||
comment-pr: 'yes'
|
||||
fail-if-incompatible: 'no'
|
||||
|
||||
Reference in New Issue
Block a user