From 08e8e5cf84192e340503a661467bdb347e072b4a Mon Sep 17 00:00:00 2001 From: Rachel Asquith Date: Wed, 27 Dec 2023 14:43:23 -0500 Subject: [PATCH] Add workflow description --- .github/workflows/dot-org-filter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dot-org-filter.yml b/.github/workflows/dot-org-filter.yml index 380083c..eaacb68 100644 --- a/.github/workflows/dot-org-filter.yml +++ b/.github/workflows/dot-org-filter.yml @@ -1,3 +1,5 @@ +# This workflow sends a notification to Slack when an issue labeled 'type-bug' is opened, edited, or labeled and the 'Anaconda.org' checkbox is checked in the issue description. + name: Anaconda.org Issues Notification to Slack on: