github / issue-labeler

An action for automatically labelling issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Unexpected input(s) 'include-body'

greg-finley opened this issue · comments

VS Code and GitHub Actions both say I can't use include-body. I'm actually not sure if it's just a false warning or not.

https://github.com/sqlfluff/sqlfluff/blob/main/.github/workflows/add-issue-labels.yaml

https://github.com/sqlfluff/sqlfluff/actions/runs/5493261870/jobs/10011320794

Screenshot 2023-07-08 at 8 22 17 AM

The issue does get the "bigquery" label even though we only want to look at the issue title, which doesn't mention bigquery: sqlfluff/sqlfluff#4957

Ah, I guess it's just an unreleased feature?

I've gone ahead and released v3.2 which includes this feature

Thanks!