Skip to content

Commit 222038a

Browse files
update: Updated ReadMe
1 parent f0c4a9c commit 222038a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ You would need to add a configuration folder named `.github` at the root of your
2020
```
2121
PR_TITLE_REGEX: <PR Title Regex>
2222
COMMIT_MESSAGE_REGEX: <Commit Message Regex>
23+
OUTPUT_TITLE_FAIL: Message validation failed!!!
24+
OUTPUT_TITLE_SUCCESS: Message validation passed!!!
25+
VALID_COMMIT_MESSAGE: Commit messages are valid
26+
INVALID_COMMIT_MESSAGE: Commit messages are invalid
27+
SINGLE_OTHER_INVALID_MESSAGE: other message is invalid
28+
MULTIPLE_OTHER_INVALID_MESSAGE: other messages are invalid
29+
VALID_PULL_REQUEST_MESSAGE: Pull request title is valid
30+
INVALID_PULL_REQUEST_MESSAGE: Pull request title is invalid
2331
```
2432

2533
## Usage

0 commit comments

Comments
 (0)