You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,11 +48,6 @@ See the following URL: https://developer.github.com/v3/pulls/.
48
48
**boolean (DEFAULT: true)**
49
49
Whether to include the '@here' Slack mention when sending a message.
50
50
51
-
#### IS_PR_FROM_FORK
52
-
**boolean (DEFAULT: false)**
53
-
Whether notifications should support PRs from forks. By default, only the branch name is listed when sending a message.
54
-
If set to 'true', it will add the branch owner in front of the branch name ('owner:branch' vs 'branch'). If this option is used, you may need to enable fork pull request workflows under your repository's Actions settings.
55
-
56
51
#### MAKE_PRETTY
57
52
**boolean (DEFAULT: false)**
58
53
Pretty prints the information. Adds a "See Pull Request" button.
@@ -63,4 +58,11 @@ Pretty prints the information. Adds a "See Pull Request" button.
Whether notifications should support PRs from forks. By default, only the branch name is listed when sending a message.
66
+
If set to 'true', it will add the branch owner in front of the branch name ('owner:branch' vs 'branch'). If this option is used, you may need to enable fork pull request workflows under your repository's Actions settings.
67
+
68
+

0 commit comments