Skip to content

Commit

Permalink
🎨 Improve dependabot check (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Jan 22, 2024
1 parent 50b0717 commit dc8cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: auto-merge
runs-on: ubuntu-22.04

if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'

steps:
- name: Get App Token
Expand Down

0 comments on commit dc8cf4e

Please sign in to comment.