diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml deleted file mode 100644 index 538b56fe4..000000000 --- a/.github/workflows/dependabot-automerge.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Dependabot Automerge" - -on: - workflow_run: - workflows: - - "Web SDK Build & Test" - types: - - completed - -jobs: - automerge-dependabot: - name: "Automerge Dependabot PR" - uses: mParticle/mparticle-workflows/.github/workflows/dependabot-automerge.yml@main diff --git a/.github/workflows/dependabot-branch-rebase.yml b/.github/workflows/dependabot-branch-rebase.yml deleted file mode 100644 index ca1ec4543..000000000 --- a/.github/workflows/dependabot-branch-rebase.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Dependabot Branch Rebase" - -on: - push: - branches: - - development - workflow_dispatch: - -jobs: - rebase-branch: - name: "Rebase Development onto Dependabot Branch" - uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@stable - secrets: inherit diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 62e9a5fa2..844041165 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -331,19 +331,6 @@ jobs: echo "|--|--|--|--|" >> $GITHUB_STEP_SUMMARY echo "| mparticle.min.js.gz | ${{ needs.build-master.outputs.bundledMasterHuman }} | ${{ needs.build-local.outputs.bundledLocalHuman }} | ${{ needs.calculate-bundled.outputs.diff_percent }} |" >> $GITHUB_STEP_SUMMARY - automerge-dependabot: - name: 'Save PR Number for Dependabot Automerge' - needs: - - test-core - - test-stub - - test-integrations-common-js-browserfy - - test-integrations-common-js-webpack - - test-integrations-common-js-rollup - - test-integrations-module-js-webpack - - test-integrations-module-js-rollup - - test-integrations-require-js - uses: mParticle/mparticle-workflows/.github/workflows/dependabot-save-pr-number.yml@main - pr-notify: if: github.event_name == 'pull_request' && github.event.pull_request.draft == false needs: