Instructions
Following repository contains the GitAction which triggers the work flow(sending notification to the slack) whenever an issue with label bug 🐞 is raised. The issue of type bug are one that require high attention of project owner and required to be fixed as soon as possible.
My Workflow
Link to my submission.
Submission Category:
Maintainer Must-Haves, Wacky Wildcards
Yaml File or Link to Code
shivamarora1 / gitactions-slack-notification-bug-issue-raised
Submission for GitAction Hackathon 2021
Project for GitAction Hackathon 2021.
Introduction:
This repository contains the GitAction which triggers the work flow(sending notification to slack) whenever a issue with label bug is raised. The issue of type bug are one that require high attention of project owner and required to be fixed as soon as possible.
My Workflow
- The workflow is triggered whenever
event=issues
withtypes=opened
is happened. -
If
expression is used to check whether thisissue
contains labelbug
or not. - If the above check passes then it stores the various meta values like issue
raiser name
,repository url
,issue url
andissue title
- After getting the neccessary data the message on slack channel is sent using
slackapi/slack-github-action@v1.16.0
action.
Submission Category
Maintainer Must-Haves
, Wacky Wildcards
YAML File
Additional Resources
Screen shot of alert send on slack
LICENCE
MIT
Top comments (0)