update-monitoring-mixins #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: main | |
body: | | |
Update Monitoring mixins dashboards | |
Hint: reviewing dashboards is cumbersome, you'd better deploy them on a test cluster. |