diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 59ee565..021436a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -87,3 +87,8 @@ jobs: with: name: "kotlin-lint-results" path: ./**/build/reports/** + + automerge-dependabot: + name: "Save PR Number for Dependabot Automerge" + needs: [ unit-tests, lint-checks, kotlin-lint-checks ] + uses: mParticle/mparticle-workflows/.github/workflows/dependabot-save-pr-number.yml@ci/SQDSDKS-4694