scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Automatically open pull request for patches ? #368

Open arjitc opened 8 years ago

arjitc commented 8 years ago

Hello, How do I make the patches get automatically submitted as a pull request to the repo?

schmittjoh commented 8 years ago

You can send the pull-request from the inspection results page when you navigate to the "Patches" tab. Did you try that already?

arjitc commented 8 years ago

Hi, Yup, that works. Any way to automatically do this? Eg, as soon as the inspection finishes for that commit, a pull request is automatically sent with the patches?

schmittjoh commented 8 years ago

Ah, I see. That is not possible at the moment, you need to manually request the pull-request. Is there a reason why you would like to automate this?

arjitc commented 8 years ago

Hi, Primarily it would be pretty nice to have the patches automatically come in, especially for indents and such so that any pull-requests from users would automatically get fixed over time :)

aik099 commented 8 years ago

Isn't easier to ensure that PR code following coding standard before merging it?