Skip to content

Commit

Permalink
ci(automerge): fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 17, 2022
1 parent 257c5b6 commit d993a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Download artifact
Expand Down

0 comments on commit d993a4f

Please sign in to comment.