Skip to content

Commit 4b22c94

Browse files
authored
ci: fix dependabot commit detection (#59)
1 parent 4ec14b4 commit 4b22c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
dependabot:
2222
name: Check dependabot PR raised updating swiftorg
23-
if: github.event_name == 'pull_request' && github.event.pull_request.head.user.login == 'dependabot[bot]'
23+
if: github.event_name == 'pull_request' && github.event.sender.login == 'dependabot[bot]'
2424
runs-on: ubuntu-latest
2525
concurrency:
2626
group: dependabot-${{ github.ref }}

0 commit comments

Comments
 (0)