forked from mristin/opinionated-commit-message
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Luiz Ferraz <[email protected]>
- Loading branch information
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -278,19 +278,6 @@ Signed-off-by: Some Body <[email protected]> | |
|
||
You usually sign off the commits using `git commit --signoff`. | ||
|
||
## Known Issue | ||
|
||
Commit messages of the pull request are not verified unless you trigger the | ||
workflow on the push as well. GitHub does not include the content of commit | ||
messages in the context payload, so checking all the commit messages of | ||
the pull request would involve various API call and additional complexity. | ||
|
||
To overcome this issue, run opinionated-commit-message both on `pull_request` | ||
and `push`. Please upvote [this issue]( | ||
https://github.com/mristin/opinionated-commit-message/issues/28 | ||
) to signal the visibility and so that we could judge when this feature merits | ||
the effort. | ||
|
||
## Contributing | ||
|
||
If you would like to report bugs or request a feature, please create | ||
|