Skip to content

Commit 08bd1e1

Browse files
BUILD-10590 retrigger verified approvals on review events
1 parent 170d26c commit 08bd1e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
pull_request_review:
3+
types: [submitted, dismissed]
4+
5+
jobs:
6+
re-trigger:
7+
uses: SonarSource/ci-github-actions/.github/workflows/re-trigger-approvals.yml@feat/jcarsique/BUILD-10590-verifiedApprovals
8+
secrets: inherit
9+
with:
10+
head_sha: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)