Browse Source

Merge branch '6.3.x'

pull/15477/head
Marcus Hert Da Coregio 2 years ago
parent
commit
9f4d9d7fd2
  1. 2
      .github/workflows/merge-dependabot-pr.yml

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

@ -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…
Cancel
Save