diff --git a/.github/workflows/re-trigger-approvals.yml b/.github/workflows/re-trigger-approvals.yml deleted file mode 100644 index c05ca62..0000000 --- a/.github/workflows/re-trigger-approvals.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Re-trigger Approvals -on: - pull_request_review: - types: [submitted, dismissed] - workflow_dispatch: - inputs: - head_sha: - description: Head SHA of the pull request to re-trigger approvals for - required: true - type: string - -jobs: - re-trigger: - permissions: - actions: write - id-token: write - uses: SonarSource/ci-github-actions/.github/workflows/re-trigger-approvals.yml@feat/jcarsique/BUILD-10590-verifiedApprovals - with: - head_sha: ${{ github.event.pull_request.head.sha || inputs.head_sha }}