integrations / slack

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

Feature Request: Add notation to the information from github pull requests of which repository they refer to #1706

Open rhanton opened 1 year ago

rhanton commented 1 year ago

Is your feature request related to a problem? Please describe. We have a team that manages code across a dozen (or more) repositories at any one time and are utilizing dependabot to help us keep things up to date. It isn't ideal that we get notifications about engineers or dependabot opening PRs, but they don't indicate which of the many repos tied to our slack channel is being discussed. See below screenshot for example - which repository is this for?

Screenshot 2023-05-26 at 9 33 09 AM

Describe the solution you'd like Ideally in the template for pull requests, it would start with the name of the repository, so instead of being <PR number> <PR name>, it would be <Repo Name/path> <PR number> <PR name> like integrations/slack #223 Test PR ABC or similar.

Describe alternatives you've considered N/A

Additional context N/A

timon0305 commented 1 year ago

thanks