Skip to content

feat: Add possibility to annotate grafana dashboards on helm deployment #34

feat: Add possibility to annotate grafana dashboards on helm deployment

feat: Add possibility to annotate grafana dashboards on helm deployment #34

Workflow file for this run

name: Bump reusable workflows version
on:
pull_request:
types:
- closed
branches:
- main
jobs:
bump-version:
name: Bump version
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true