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

Getting all notifications inspite of setting labels #1712

Open kartiksura opened 1 year ago

kartiksura commented 1 year ago

Describe the bug Labels filter doesnt seem to work To Reproduce Steps to reproduce the behavior:

  1. In a slack channel /github subscribe repo-name pulls +label:“team-billing”
  2. Wait till you start seeing notifications
  3. You end up seeing notifications from PRs who don't have any label

Expected behavior See notifications from PRs with the team-billing label

Screenshots

Screenshot 2023-06-10 at 11 35 26 AM image

Additional context I tried with different combinations such as /github subscribe repo-name +label:“team-billing” /github subscribe repo-name pulls reviews +label:“team-billing”

kartiksura commented 1 year ago

found a workaround: /github unsubscribe repo-name issues commits releases deployments

Now the issue is that the github action applies the label after the PR is created and hence this event is missed :(