pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

force-pushed autoupdate PRs do not get automatic fixes #77

Closed asottile closed 3 years ago

asottile commented 3 years ago

currently these are caught by the "push made by bot" filter, though these are force pushes to the PR

I can detect this particular case with:

  1. pr synchronize event
  2. pushed by pre-commit-ci[bot]
  3. pr contains exactly 1 commit

CC @graingert

asottile commented 3 years ago

this should be fixed moving forward now!