From 7bf4e0b1be3291274e41fa1bcc763d0a05039c39 Mon Sep 17 00:00:00 2001 From: mchuangatmp Date: Tue, 25 Oct 2022 12:10:07 -0700 Subject: [PATCH] ci: add in dependabot save pr number step --- .github/workflows/pull-request.yml | 5 +++++ 1 file changed, 5 insertions(+) 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