Skip to content

[BUG] incorrectly identifying column names with "_" #58

[BUG] incorrectly identifying column names with "_"

[BUG] incorrectly identifying column names with "_" #58

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"]'