From 3145ec536de54f1334b846c3316cdfb7cf49713a Mon Sep 17 00:00:00 2001
From: Carlo Costanzo <Carlo@ipm.com>
Date: Sun, 19 Jul 2020 13:08:53 -0400
Subject: [PATCH] Create label-commenter.yml

---
 .github/workflows/label-commenter.yml | 28 +++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 .github/workflows/label-commenter.yml

diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml
new file mode 100644
index 00000000..d5a713a1
--- /dev/null
+++ b/.github/workflows/label-commenter.yml
@@ -0,0 +1,28 @@
+
+# .github/workflows/label-commenter.yml
+
+name: Label Commenter
+
+on:
+  issues:
+    types:
+      - labeled
+      - unlabeled
+  pull_request:
+    types:
+      - labeled
+      - unlabeled
+
+jobs:
+  comment:
+    runs-on: ubuntu-18.04
+    steps:
+      - uses: actions/checkout@v2
+        with:
+          ref: master
+
+      - name: Label Commenter
+        uses: peaceiris/actions-label-commenter@v1
+        with:
+          github_token: ${{ secrets.token }}
+          # config_file: .github/label-commenter-config.yml