Skip to content

🐞 Source editor disappears when deleting all text #161

🐞 Source editor disappears when deleting all text

🐞 Source editor disappears when deleting all text #161

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