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

Not working, commit statuses disabled? #9

Closed baldurfb closed 3 years ago

baldurfb commented 3 years ago

There are no comments or reviews created on violations. The logs say that commit statuses are disabled, and post_status=False, but request_changes=True. I'm passing the github token and it has write permissions on PRs.

Am I missing something?