We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5745b09 + 1db6fca commit 9f4d9d7Copy full SHA for 9f4d9d7
.github/workflows/merge-dependabot-pr.yml
@@ -9,7 +9,7 @@ permissions: write-all
9
jobs:
10
merge-dependabot-pr:
11
runs-on: ubuntu-latest
12
- if: github.event.pull_request.user.login == 'dependabot[bot]'
+ if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
13
steps:
14
15
- uses: actions/checkout@v4
0 commit comments