stefanvodita commented on PR #12813: URL: https://github.com/apache/lucene/pull/12813#issuecomment-1877494977
I ended up checking more of the configurable parameters after looking for the one to exclude draft PRs. Three things to note: 1. I have to configure a few more parameters to handle issues correctly and to not close PRs when they get too stale, which seems to be the default (scary!). 2. There is a `debug-only` mode we can enable, which will make it so the worflow runs without applying any changes. We can read its logs to see if it's behaving the way we want it to. If it is, we can disable debug mode and run it for real. 3. We can configure how many operations the workflow will do to avoid hitting the rate limit. The default is `30`, which is probably a good place to start. As a consequence, we would also avoid having most of the open PRs labeled stale in one go. -- 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