Closed thesujai closed 8 months ago
pre-commit ci lite is only supported on pull_request
triggers (as the error message tells you!), it depends on some things that cannot work with issue trigger (not to mention it's more open to abuse / escalation)
Thank you @asottile got it! My only reason of not using non lite version of pre-commit.ci is autoupdate_schedule that has to be defaulted to weekly. Is there any way to skip this autoupdate??
if you search here you'll find the answer why, though quarterly is usually a pretty good compromise for most
Okay, Thank You!!!
hey @asottile I was trying to run the pre-commit-ci lite if there is a comment /autofixme! in my PR. But the pre-commit ci skips saying not a PR. Here is the code:
Is there a way to fix this? Maybe it is getting triggered on event
issue_comment
but is there a way i can override this?