Merge pull request #3571 from okxlin/openclaw/fix/renovate-bot-automerge-match

fix: match renovate bot in automerge workflow [openclaw]
This commit is contained in:
okxlin
2026-03-24 08:39:47 +08:00
committed by GitHub
+4 -1
View File
@@ -18,7 +18,10 @@ jobs:
automerge:
if: >
github.event.pull_request.state == 'open' &&
github.event.pull_request.user.login == 'app/renovate'
(
github.event.pull_request.user.login == 'app/renovate' ||
github.event.pull_request.user.login == 'renovate[bot]'
)
runs-on: ubuntu-latest
steps: