slack icon indicating copy to clipboard operation
slack copied to clipboard

Workflow subscriptions for main branch only

Open johnament opened this issue 1 year ago • 0 comments

Describe the bug Using the following subscription:

/github subscribe owner/repo workflows:{name:"Workflow name" branch:"main"}

I'm expecting to only see executions of that workflow against the main branch. But I'm actually seeing all executions of that workflow, regardless of event.

To Reproduce Steps to reproduce the behavior:

  1. Setup listed subscription
  2. Trigger workflow on main branch, see that it posts
  3. Trigger workflow execution on another branch, see that it still posts
  4. File issue on github

Expected behavior Some configuration exists that allows me to only report workflow runs on main branch.

johnament avatar May 15 '24 21:05 johnament