Skip to content

fix test json

fix test json #2

Workflow file for this run

name: Labels verification
on:
push:
branches: [master]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4
with:
yaml_file: .github/labels.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}