aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/label-commenter.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label-commenter.yml')
-rw-r--r--.github/workflows/label-commenter.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml
deleted file mode 100644
index be9216cc19..0000000000
--- a/.github/workflows/label-commenter.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Label Commenter
-
-on:
- issues:
- types:
- - labeled
- - unlabeled
- pull_request_target:
- types:
- - labeled
- - unlabeled
-
-jobs:
- comment:
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- ref: master
-
- - name: Label Commenter
- uses: peaceiris/actions-label-commenter@v1