This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
-
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.
Use
CommittedDate
as a fallback if PushedDate
is not available.
The fix for #22 makes github-pr-resource skip PRs if the the latest commit in a PR pushed has a later date than one in PR being pushed. This fix works around this by using `PushedDate` by default and resorting to `CommitDate` iff `PushedDate` is not available. This should bring the best of both worlds -- checks for all PRs on master and a chance for non-master-based PRs to be checked. Signed-off-by: Milan Plzik <[email protected]>
- Loading branch information
Milan Plzik
committed
May 15, 2019
1 parent
b8d9dde
commit edca4f5
Showing
4 changed files
with
25 additions
and
15 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
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
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