Skip to content

bug: conditonally disabled formatters are re-activated #13

bug: conditonally disabled formatters are re-activated

bug: conditonally disabled formatters are re-activated #13

Workflow file for this run

name: Remove Label
on: [issue_comment]
jobs:
# Remove the "question" label when a new comment is added.
# This lets me ask a question, tag the issue with "question", and filter out all "question"-tagged
# issues in my "needs triage" filter.
remove_question:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: question