We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec14b4 commit 4b22c94Copy full SHA for 4b22c94
.github/workflows/main.yml
@@ -20,7 +20,7 @@ on:
20
jobs:
21
dependabot:
22
name: Check dependabot PR raised updating swiftorg
23
- if: github.event_name == 'pull_request' && github.event.pull_request.head.user.login == 'dependabot[bot]'
+ if: github.event_name == 'pull_request' && github.event.sender.login == 'dependabot[bot]'
24
runs-on: ubuntu-latest
25
concurrency:
26
group: dependabot-${{ github.ref }}
0 commit comments