diff --git a/.github/workflows/pull-request-edit.yaml b/.github/workflows/pull-request-edit.yaml deleted file mode 100644 index 7df8ed9c..00000000 --- a/.github/workflows/pull-request-edit.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: on_pr_edit -run-name: 'on_pr_edit: ${{ github.ref_name }}' - -on: - pull_request: - types: - - edited - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - id-token: write - contents: read - -jobs: - run-scan: - name: Trigger Renovate Scan - if: - ${{ contains(github.event.pull_request.body, '[x] ') && - github.event.pull_request.user.login == 'bitgo-renovate-bot[bot]' }} - runs-on: ubuntu-latest - steps: - - id: trigger-renovate-scan - uses: BitGo/gha-renovate-bot@master - with: - target-base-branch: master - target-repository: ${{ github.repository }} - caller-pr: ${{ github.event.pull_request.number }} - github-token: ${{ secrets.BITGOBOT_SHARED_ORG_TOKEN }}