Skip to content

update-monitoring-mixins #29

update-monitoring-mixins

update-monitoring-mixins #29

name: update-monitoring-mixins
on:
schedule:
# At 11:00 on the 1st of each month
- cron: '0 11 1 * *'
workflow_dispatch:
jobs:
upgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync dashboards
run: ./scripts/update-monitoring-mixin-dashboards.sh
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
title: "[AUTO] Update Monitoring mixins dashboards"
branch: update-mixins-dashboard
base: master
body: |
Update Monitoring mixins dashboards
Hint: reviewing dashboards is cumbersome, you'd better deploy them on a test cluster.