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

Include PR name and number for a PR-related workflow notification #1758

Open amakhrov opened 10 months ago

amakhrov commented 10 months ago

Is your feature request related to a problem? Please describe. I tend to have multiple open PRs in a repo, so I need to know which one the notification is related to. Currently, workflow notifications include the workflow name, the commit hash and the branch name - It's not descriptive enough. Furthermore, the notification only contains the link to the workflow run but not to the PR itself. It takes an extra click to navigate to the PR.

Here is what it looks like now:

Screenshot 2023-08-18 at 10 10 55 PM

Describe the solution you'd like The notification includes the PR name/number. It is formatted as a link that leads to the PR.

Describe alternatives you've considered