Skip to content

Commit

Permalink
Merge branch '5.8.x' into 6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Mar 14, 2024
2 parents dcfee95 + a6d362f commit 82e3061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/trigger-dependabot-auto-merge-forward.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Trigger Dependabot Auto Merge Forward

on:
pull_request:
types: [closed]
push:
branches:
- '*.x'

permissions: read-all

jobs:
trigger-worflow:
name: Trigger Workflow
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true && github.actor == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
steps:
- name: Checkout
id: checkout
Expand Down

0 comments on commit 82e3061

Please sign in to comment.