Skip to content

Commit

Permalink
Merge branch 'mdn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yusn authored Oct 9, 2024
2 parents dce4ee9 + d1aa592 commit b023b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
auto-merge:
if: github.repository == inputs.target-repo && github.actor == 'dependabot[bot]'
if: github.repository == inputs.target-repo && github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b023b8b

Please sign in to comment.