|
|
|
|
@ -9,7 +9,7 @@ permissions: write-all
@@ -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 |
|
|
|
|
|