Skip to content

🐞 Makefile renamed to 'Makefile.make' randomly #324

🐞 Makefile renamed to 'Makefile.make' randomly

🐞 Makefile renamed to 'Makefile.make' randomly #324

Workflow file for this run

name: Labeling new issue
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", "priority"]'
default-labels: '["triage needed"]'