Skip to content

Commit

Permalink
Merge pull request #1958 from integrations/gr2m-patch-1
Browse files Browse the repository at this point in the history
wrap label filter in quotes to prevent slack from replacing `:priority:` to an with emoji
  • Loading branch information
gr2m authored Sep 27, 2024
2 parents b54e932 + d34f9cf commit 3c847c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This is an overview of the event types that are affected by the required-label f

Create a filter with:
```
/github subscribe owner/repo +label:priority:HIGH
/github subscribe owner/repo +label:"priority:HIGH"
```

This creates a required-label filter with the value `priority:HIGH`.
Expand Down Expand Up @@ -201,8 +201,8 @@ To see the currently active filters use
It is common to have certain special characters in labels. Therefore we added support for the most common special characters
for label filters. Here a few examples:

* `label:priority:HIGH`
* `label:teams/designers`
* `label:"priority:HIGH"`
* `label:"teams/designers"`
* `label:"DO NOT MERGE"`
* `label:"very important"`
* `label:":construction: WIP"`
Expand Down

0 comments on commit 3c847c9

Please sign in to comment.