Skip to content

Updated metrics for the drc-integration and prod alerts on cron job #939

Updated metrics for the drc-integration and prod alerts on cron job

Updated metrics for the drc-integration and prod alerts on cron job #939

Workflow file for this run

name: Prometheus Operator Linter
on:
pull_request:
paths:
- namespaces/live.cloud-platform.service.justice.gov.uk/*/*prometheus*.yaml
- namespaces/live.cloud-platform.service.justice.gov.uk/*/*prometheus*.yml
- namespaces/live-2.cloud-platform.service.justice.gov.uk/*/*prometheus*.yaml
- namespaces/live-2.cloud-platform.service.justice.gov.uk/*/*prometheus*.yml
workflow_dispatch:
permissions:
pull-requests: write
jobs:
po-lint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prometheus Operator Linter
uses: prymitive/pint-action@v1
with:
token: ${{ github.token }}
requireOwner: 'true'