2
.github/workflows/merge-dependabot-pr.yml
vendored
2
.github/workflows/merge-dependabot-pr.yml
vendored
@@ -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.actor == 'dependabot[bot]'
|
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'spring-projects/spring-session' }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user