Skip to content

fix: Harvest should log errors when grafana import fails #4329

fix: Harvest should log errors when grafana import fails

fix: Harvest should log errors when grafana import fails #4329

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
chore
ci
doc
feat
fix
perf
refactor
revert
style
test
scopes: |
collector
config
exporter
grafana
influxdb
manager
matrix
poller
prometheus
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}