Skip to content

fix(ci): fixing health endpoint issue #495

fix(ci): fixing health endpoint issue

fix(ci): fixing health endpoint issue #495

Workflow file for this run

name: labeler
on:
pull_request_target:
branches:
- main
- "release/v**"
types: [opened]
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GH_TOKEN }}"