Merge branch '5.8.x' into 6.2.x
This commit is contained in:
commit
82c77adacd
|
@ -9,7 +9,7 @@ permissions: write-all
|
||||||
jobs:
|
jobs:
|
||||||
merge-dependabot-pr:
|
merge-dependabot-pr:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue