mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Merge branch '6.2.x' into 6.3.x
This commit is contained in:
commit
1db6fca205
2
.github/workflows/merge-dependabot-pr.yml
vendored
2
.github/workflows/merge-dependabot-pr.yml
vendored
@ -9,7 +9,7 @@ permissions: write-all
|
||||
jobs:
|
||||
merge-dependabot-pr:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user