Skip to content

Commit

Permalink
Merge pull request #87 from wayofdev/feat/auto-approve-action
Browse files Browse the repository at this point in the history
ci: fix renovate username
  • Loading branch information
lotyp committed Sep 5, 2024
2 parents 7189b33 + e44424c commit 7ff0fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
types:
- completed
workflows:
- 'Continuous integration'
- '🔍 Continuous integration'

name: 📥 Merge pull requests

Expand All @@ -16,7 +16,7 @@ jobs:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.actor == 'renovate' && (
github.actor == 'renovate[bot]' && (
startsWith(github.event.workflow_run.head_commit.message, 'chore(deps)')
)
steps:
Expand Down

0 comments on commit 7ff0fc0

Please sign in to comment.