Skip to content

Commit 836e187

Browse files
committed
Added comments
1 parent 0d7e409 commit 836e187

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/slack-notification.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
name: Issue Status Notification
1+
# 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
29

310
on:
411
schedule:

0 commit comments

Comments
 (0)