You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using Lintly and flake8 on our GitHub Actions but over the last few days it seems to have stopped working (no longer posts PR approvals or reviews). Was just wondering if there had been any changes that might explain it; the job is running and finished, it just doesn't post the review/approval.
However if there is a formatting problem which flake8 raises, the github-actions bot will still request a change. But it will then be stuck in that state even after a commit is pushed which addresses the request. Meaning the PR effectively has to be closed and a new one opened.
Oof, that's no good. I released version 0.6.0 a few days ago, and I'm guessing that's the issue. Please pin to 0.5.0 until I get a chance to debug this.
We've been using Lintly and flake8 on our GitHub Actions but over the last few days it seems to have stopped working (no longer posts PR approvals or reviews). Was just wondering if there had been any changes that might explain it; the job is running and finished, it just doesn't post the review/approval.
Here's out GitHub Actions config:
The text was updated successfully, but these errors were encountered: