We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c5fc2 commit 43ced52Copy full SHA for 43ced52
.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]'
+ if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
13
steps:
14
- name: Checkout
15
id: checkout
0 commit comments