This PR includes the changes for #134. If that PR changes significantly or is rejected, this PR will need to be reworked
This PR adds new option only_changed_pr. This behaves similarly to only_changed, except instead of only considering files which were modified in the last commit, this option only considers files which were modified in any commit included in the current PR.
This PR includes the changes for #134. If that PR changes significantly or is rejected, this PR will need to be reworked
This PR adds new option
only_changed_pr
. This behaves similarly toonly_changed
, except instead of only considering files which were modified in the last commit, this option only considers files which were modified in any commit included in the current PR.