We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e409 commit 836e187Copy full SHA for 836e187
.github/workflows/slack-notification.yml
@@ -1,4 +1,11 @@
1
-name: Issue Status Notification
+# GitHub Action that aims to collect information and notifies our Slack channel about:
2
+# 1) Any new issue (with stat:awaiting-triage label)
3
+# 2) Issues we should reply to that are not addressed for 1+ weeks (stat:reply-needed label)
4
+
5
+# Some useful information about implementation are placed under https://github.com/integrations/slack
6
+# Notification will be sent at 9 AM CET on Mondays as part of our Bug Triage process
7
8
+name: Issue Status Notification
9
10
on:
11
schedule:
0 commit comments