creyD / prettier_action

GitHub action for running prettier on your projects pull requests
MIT License
276 stars 87 forks source link

Add only_changed_pr #135

Open jetmore opened 9 months ago

jetmore commented 9 months ago

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.