Add team/author filter
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.
+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.
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.