grantmcconnaughey / lintly-flake8-github-action

A GitHub Action that lints Python code with Flake8 then automatically creates pull request reviews if there are any violations.
MIT License
24 stars 17 forks source link

Review Comments vs Suggestions #10

Open JMante1 opened 3 years ago

JMante1 commented 3 years ago

I would really like to be able to apply suggested changes automatically in a commit as suggested here: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request#applying-suggested-changes

It seems like something odd is happening though and I can only respond with a conversation not actually apply the changes