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 481 forks source link

Add team/author filter #1804

Open acmilannesta opened 10 months ago

acmilannesta commented 10 months ago

Is your feature request related to a problem? Please describe. Right now the filter supports only label (plz lmk if I miss something). For every PR, the author needs to add the label in order to get the notifications in slack.

Describe the solution you'd like It would be nice to support author: and team: filters.

Mrc0113 commented 9 months ago

+1 This would be great! We would like to filter for people opening issues/PRs that are NOT on our team or members of a specific organization.

AaronMT commented 7 months ago

My use case, I'd like to subscribe to pull-request notices from a single user github-actions[bot] only and monitor them for issues. I'd like to do something like /github subscribe owner/repo pulls author:github-actions[bot]

Bonus: Let me subscribe to Checks for a particular user (again github-actions[bot]), but that's another request.