Skip to content

[BUG] Precommit config installed in ['.'] folder #53

[BUG] Precommit config installed in ['.'] folder

[BUG] Precommit config installed in ['.'] folder #53

Workflow file for this run

name: Auto-label new issues
on:
issues:
types: ["opened"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
labels-synonyms: '{"bug":["error","need fix","not working"],"enhancement":["upgrade"],"question":["help"]}'
labels-not-allowed: '["good first issue"]'
default-labels: '["triaged: no"]'