We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c4a9c commit 222038aCopy full SHA for 222038a
README.md
@@ -20,6 +20,14 @@ You would need to add a configuration folder named `.github` at the root of your
20
```
21
PR_TITLE_REGEX: <PR Title Regex>
22
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
31
32
33
## Usage
0 commit comments