Skip to content

Commit e44424c

Browse files
committed
ci: fix renovate username
1 parent 7189b33 commit e44424c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
55
types:
66
- completed
77
workflows:
8-
- 'Continuous integration'
8+
- '🔍 Continuous integration'
99

1010
name: 📥 Merge pull requests
1111

@@ -16,7 +16,7 @@ jobs:
1616
if: >
1717
github.event.workflow_run.event == 'pull_request' &&
1818
github.event.workflow_run.conclusion == 'success' &&
19-
github.actor == 'renovate' && (
19+
github.actor == 'renovate[bot]' && (
2020
startsWith(github.event.workflow_run.head_commit.message, 'chore(deps)')
2121
)
2222
steps:

0 commit comments

Comments
 (0)