Configure action to respond to issue checkboxes #688
-
When Renovate registers a pull-request, it has a bunch of checkboxes in it. I'm trying to make renovate respond immediately to said pull request, but it looks like this isn't built into the action. Reason I need this, is cause I'm trying to enable renovate on a repo within an org I don't own, so I can't give the app permissions to do its thing. Plus, I need to run on Windows. I tried adding
But this feels like MASSIVE overkill. Every run takes 5 minutes+. Is there a way to pass in a specific pull request to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
no. even the github app will do a full rerun on the repo on checkbox check |
Beta Was this translation helpful? Give feedback.
-
btw: you should cache |
Beta Was this translation helpful? Give feedback.
btw: you should cache
<cacheDir>/cache/renovate/repository/**/*.json
between runs. it shold speedup your runs