We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37984c2 commit a6d362fCopy full SHA for a6d362f
.github/workflows/trigger-dependabot-auto-merge-forward.yml
@@ -1,16 +1,17 @@
1
name: Trigger Dependabot Auto Merge Forward
2
3
on:
4
- pull_request:
5
- types: [closed]
+ push:
+ branches:
6
+ - '*.x'
7
8
permissions: read-all
9
10
jobs:
11
trigger-worflow:
12
name: Trigger Workflow
13
runs-on: ubuntu-latest
- if: ${{ github.event.pull_request.merged == true && github.actor == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
14
+ if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
15
steps:
16
- name: Checkout
17
id: checkout
0 commit comments