Skip to content

Commit 1db6fca

Browse files
Merge branch '6.2.x' into 6.3.x
2 parents 5a7b8dd + 82c77ad commit 1db6fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-dependabot-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: write-all
99
jobs:
1010
merge-dependabot-pr:
1111
runs-on: ubuntu-latest
12-
if: github.event.pull_request.user.login == 'dependabot[bot]'
12+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
1313
steps:
1414

1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)