mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 16:01:04 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user