Merge branch '6.2.x'

This commit is contained in:
Marcus Hert Da Coregio 2024-03-12 10:26:49 -03:00
commit aa9ce621e0
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
name: Trigger Dependabot Auto Merge Forward
on:
push:
pull_request:
types: [closed]
permissions: read-all
@ -9,7 +10,7 @@ jobs:
trigger-worflow:
name: Trigger Workflow
runs-on: ubuntu-latest
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
if: ${{ github.event.pull_request.merged == true && github.actor == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
steps:
- name: Checkout
id: checkout