When renovate-bot reopens a request renovate-approve-bot does not approve it.
- Auto merge is allowed in repository settings
- "Require status checks to pass" enabled for the base branch
- "Require review from Code Owners is disabled"
- Automerge is enabled for this pull requests
We didn't have renovate-approve-bot when the PR was closed by renovate-bot. After that, we added renovate-approve-bot, re-ran the renovate-bot job, and the pull request was reopened. All checks passed for the reopened pull request but no review from the bot. For new pull requests, everything works as expected.
Is the lack of pull_request.reopened event in index.js file might be the cause?


When renovate-bot reopens a request renovate-approve-bot does not approve it.
We didn't have renovate-approve-bot when the PR was closed by renovate-bot. After that, we added renovate-approve-bot, re-ran the renovate-bot job, and the pull request was reopened. All checks passed for the reopened pull request but no review from the bot. For new pull requests, everything works as expected.
Is the lack of
pull_request.reopenedevent in index.js file might be the cause?