dweiss commented on issue #14506: URL: https://github.com/apache/lucene/issues/14506#issuecomment-2823987442
So this would require some more extensive restructuring of workflows. A commit from within a workflow won't trigger the same set of checks (this is done to avoid endless loops in distributed jobs on gh side). So we'd need to extract any checks as a reusable action, then configure dependabot PRs to use a special workflow that updates locks, then checks if all other checks pass, then push the commit if they do. It is kind-of-doable but also a bit fragile. Let's live with manual update for now and see how pressing the issue is, then revisit. I attach the workflow I used for testing. [dependabot-update-shas.txt](https://github.com/user-attachments/files/19866430/dependabot-update-shas.txt) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org