Skip to content

Commit 665b46c

Browse files
committed
ci: rerun contribution gate after PR updates
Include pull_request_target synchronize events so the required gate context is attached to the current head after contributors push follow-up commits. Signed-off-by: hexin <he.xin@h3c.com>
1 parent 8912f08 commit 665b46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/pr-gate.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Contribution gate - pull requests
22

33
on:
44
pull_request_target:
5-
types: [opened, reopened]
5+
types: [opened, reopened, synchronize]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)