Skip to content

Commit

Permalink
Enhancement: Allow @ergebnis-bot to merge updates of production depen…
Browse files Browse the repository at this point in the history
…dencies for composer
  • Loading branch information
localheinz committed Jul 31, 2023
1 parent 0612718 commit 83086d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.actor == 'dependabot[bot]' && (
startsWith(github.event.workflow_run.head_commit.message, 'composer(deps)') ||
startsWith(github.event.workflow_run.head_commit.message, 'composer(deps-dev)') ||
startsWith(github.event.workflow_run.head_commit.message, 'github-actions(deps)')
)
Expand Down

0 comments on commit 83086d2

Please sign in to comment.