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.
Add validation for commits in pull requests
This update includes changes in the retrieval and validation of commit messages. It now supports the validation of commits within pull requests, primarily by extracting pull request commit messages and taking context from the GitHub API. A new dependency '@octokit/webhooks-types' has been added to help with this process. The option to validate pull request commits is also adjustable via a new input parameter. Changes are reflected in package.json, dist/index.js, package-lock.json, src/input.ts, src/mainImpl.ts, and src/commitMessages.ts. Signed-off-by: Luiz Ferraz <[email protected]>
- Loading branch information
Showing
6 changed files
with
215 additions
and
90 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.