Skip to content

add tracing and metrics support to generated clients (#538) #57

add tracing and metrics support to generated clients (#538)

add tracing and metrics support to generated clients (#538) #57

Workflow file for this run

name: github
on:
push:
branches:
- "main"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v1
with:
yaml_file: .github/labels.yml
skip_delete: true
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}