Skip to content

Commit 6edd33c

Browse files
authored
Make the validate-skip-qa action trigger on pull_request_target (DataDog#21112)
1 parent e6f0244 commit 6edd33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-skip-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Validate skip QA label'
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize]
66
branches:
77
- master

0 commit comments

Comments
 (0)