We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a5897 commit 731cd61Copy full SHA for 731cd61
.github/workflows/trigger-dependabot-auto-merge-forward.yml
@@ -9,7 +9,7 @@ jobs:
9
trigger-worflow:
10
name: Trigger Workflow
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
+ if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' && startsWith(github.ref, 'refs/heads/') }}
13
steps:
14
- name: Checkout
15
id: checkout
0 commit comments