aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-12-01 07:54:54 -0800
committerSteven Arcangeli <stevearc@stevearc.com>2023-12-01 07:54:54 -0800
commite8ac7f1a9a3973ecce6942b2f26d16e65902aa70 (patch)
treecbffd6c15bc27a6ef449481fdb5edd28321d7593 /.github
parent3fc2c956d99216b2816f07d2b946020ba2e02457 (diff)
fix: invalid prettier configuration in last commit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/automation.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml
new file mode 100644
index 0000000..ad3afed
--- /dev/null
+++ b/.github/workflows/automation.yml
@@ -0,0 +1,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