Skip to content

Add New External DNS Metrics: controller.consecutive.soft.errors & controller.last_reconcile #55848

Add New External DNS Metrics: controller.consecutive.soft.errors & controller.last_reconcile

Add New External DNS Metrics: controller.consecutive.soft.errors & controller.last_reconcile #55848

# https://github.com/actions/labeler
name: Community PR Labels
on:
pull_request_target:
branches:
- master
types:
- opened
- synchronize
- reopened
- review_requested
jobs:
labeler:
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} # only PRs from other repos
permissions:
contents: read # Needed for labeler-reusable.yml
id-token: write # Needed for dd-octo-sts OIDC token exchange
pull-requests: write # Needed for labeler-reusable.yml
uses: ./.github/workflows/labeler-reusable.yml