Skip to content

feat(observability): expose Prometheus metrics endpoint for cost, latency, and dispatch-reason telemetry #55

feat(observability): expose Prometheus metrics endpoint for cost, latency, and dispatch-reason telemetry

feat(observability): expose Prometheus metrics endpoint for cost, latency, and dispatch-reason telemetry #55

name: "Generate Labels"
on:
- pull_request
- issues
jobs:
label:
name: "Label PR based on title"
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Label PR based on title
uses: srvaroa/labeler@v1
with:
config_path: .github/labeler.yml
use_local_config: false
fail_on_error: false
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"