integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
2.99k stars 468 forks source link

Subscribe to workflow state change #1752

Open nazar-mambetov opened 10 months ago

nazar-mambetov commented 10 months ago

Is your feature request related to a problem? Please describe. We have a common scenario where a developer wants to temporarily disable the deployment workflow to run tests. When doing so, other team members should receive a notification that the deployment is blocked.

Describe the solution you'd like It would be nice to be able to be notified when a workflow is disabled/enabled.

/github subscribe org/org-repo workflows{state:"disabled"}

Describe alternatives you've considered I haven't found any alternative solutions.