Skip to content

Commit e8a8b7b

Browse files
authored
Update README.md
1 parent e25345b commit e8a8b7b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
MAKE_PRETTY : false
3535
MAKE_COMPACT : false
3636
IS_PR_FROM_FORK: false
37-
uses: jun3453/slack-pr-open-notification-action@v1.1.0
37+
uses: jun3453/slack-pr-open-notification-action@v1.2.0
3838
```
3939
4040
### Arguments
@@ -48,11 +48,6 @@ See the following URL: https://developer.github.com/v3/pulls/.
4848
**boolean (DEFAULT: true)**
4949
Whether to include the '@here' Slack mention when sending a message.
5050
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-
5651
#### MAKE_PRETTY
5752
**boolean (DEFAULT: false)**
5853
Pretty prints the information. Adds a "See Pull Request" button.
@@ -63,4 +58,11 @@ Pretty prints the information. Adds a "See Pull Request" button.
6358
**boolean (DEFAULT: false)**
6459
Smaller visual footprint.
6560
66-
![make_compact](https://raw.githubusercontent.com/jun3453/slack-pr-open-notification-action/images/make_compact.png)
61+
![make_compact](https://raw.githubusercontent.com/jun3453/slack-pr-open-notification-action/images/make_compact.png)
62+
63+
#### IS_PR_FROM_FORK
64+
**boolean (DEFAULT: false)**
65+
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+
![make_compact and is_pr_fork](https://raw.githubusercontent.com/jun3453/slack-pr-open-notification-action/images/make_compact_fork.png)

0 commit comments

Comments
 (0)