We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7189b33 commit e44424cCopy full SHA for e44424c
.github/workflows/merge.yml
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
5
types:
6
- completed
7
workflows:
8
- - 'Continuous integration'
+ - '🔍 Continuous integration'
9
10
name: 📥 Merge pull requests
11
@@ -16,7 +16,7 @@ jobs:
16
if: >
17
github.event.workflow_run.event == 'pull_request' &&
18
github.event.workflow_run.conclusion == 'success' &&
19
- github.actor == 'renovate' && (
+ github.actor == 'renovate[bot]' && (
20
startsWith(github.event.workflow_run.head_commit.message, 'chore(deps)')
21
)
22
steps:
0 commit comments