Skip to content

Commit

Permalink
Merge pull request #670 from billjh/patch-1
Browse files Browse the repository at this point in the history
Security fix for dependabot auto merge
  • Loading branch information
exoego authored Jan 6, 2025
2 parents b2ce4e0 + 6a0656e commit a588569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'scala-steward-org/scala-steward-action' }}
runs-on: ubuntu-latest
steps:
- name: Auto-merge Dependabot PRs
Expand Down

0 comments on commit a588569

Please sign in to comment.