slack icon indicating copy to clipboard operation
slack copied to clipboard

Trying to filter slack workflow notification on 'dependabot[bot]'

Open amundsor opened this issue 2 years ago • 1 comments

Trying to use this command in a Slack channel to subscribe to a Github workflow in a repo: /github subscribe owner/repo workflows:{name:"Build kotlin" event:"pull_request" actor:"dependabot[bot]" }

When the GitHub App sums up the subscription, it looks like this: This channel will receive notifications from [owner/repo] (https://github.com/owner/repo) for: workflows:{name:"Build kotlin" event:"pull_request" actor:"dependabot[bot"} And the last ']' is missing.

To Reproduce Steps to reproduce the behavior:

  1. In a slack channel, subscribe to a workflow with the actor 'dependabot[bot]'

Expected behavior The summary should include the last ']' in the actor name.

Additional context The issue is present both in Slack App and Slack web-browser, which might suggest that the issue is the GitHub side of it?

amundsor avatar Jun 21 '23 20:06 amundsor