Skip to content

feat(monitoring): create prometheus monitors based on annotations #20

feat(monitoring): create prometheus monitors based on annotations

feat(monitoring): create prometheus monitors based on annotations #20

Workflow file for this run

name: autopilot
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: |
contains(github.event.pull_request.labels.*.name, 'area/dependency') &&
!contains(github.event.pull_request.labels.*.name, 'do-not-merge') &&
github.actor == 'renovate[bot]'
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.PAT }}