aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/automation.yml
blob: ad3afed0b829f016449a32e3460fc4fd1c7bbae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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