Parcourir la source

changed pull_request to pull_request_target (#509)

Co-authored-by: marat <ttx013@gmail.com>
Marat Chukmarov il y a 4 ans
Parent
commit
b3624e965d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/pr-checks.yaml

+ 1 - 1
.github/workflows/pr-checks.yaml

@@ -1,6 +1,6 @@
 name: 'PR Checklist checked'
 on:
-  pull_request:
+  pull_request_target:
     types: [opened, edited, synchronized, reopened]
 
 jobs: