Skip to content

Commit e7a1fe0

Browse files
committed
ci: add in missing dependabot automerge step
1 parent b8dab2c commit e7a1fe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ jobs:
5353
- name: "Run Android Unit Tests"
5454
working-directory: android
5555
run: ./gradlew ktlintCheck
56+
57+
automerge-dependabot:
58+
name: "Save PR Number for Dependabot Automerge"
59+
needs: [ js-tests, android-unit-tests, android-lint, android-kotlin-lint ]
60+
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-save-pr-number.yml@main

0 commit comments

Comments
 (0)