Skip to content

Commit

Permalink
Merge pull request #565 from 88labs/replace-github-actor
Browse files Browse the repository at this point in the history
Replace github.actor with github.event.pull_request.user.login
  • Loading branch information
ginozakiyotaka authored Aug 22, 2024
2 parents fa5dba2 + 5145b84 commit fb6d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}

steps:
- name: Dependabot metadata
Expand Down

0 comments on commit fb6d917

Please sign in to comment.