slack icon indicating copy to clipboard operation
slack copied to clipboard

Can't subscribe to Workflows that have whitespace in the name

Open antdking opened this issue 1 year ago • 1 comments

Describe the bug We have workflow names that contain spaces (ie name: "release: python-client").

We're now no longer able to subscribe to these workflows.

To Reproduce Steps to reproduce the behavior:

/github subscribe <org>/<repo> workflows:{name:"release: python-client"}

This responds with:

This channel will receive notifications from <org>/<repo> for:
workflows:{name:"release:python-client"}

Note the whitespace has been stripped in the response.

Expected behavior A clear and concise description of what you expected to happen.

  1. Workflow Notifications show for the specified workflows when they run
  2. /github subscribe list features should show the correct "subscription", containing whitespace in the name

Desktop (please complete the following information):

  • OS: Linux
  • Browser Slack-Desktop
  • Version 4.29.149

Additional context This was working on initial release. Our notifications are now broken with no way to reconfigure following some renames for cleanup

antdking avatar Feb 27 '23 18:02 antdking