Преглед изворни кода

changed pull_request to pull_request_target (#509)

Co-authored-by: marat <ttx013@gmail.com>
Marat Chukmarov пре 4 година
родитељ
комит
b3624e965d
1 измењених фајлова са 1 додато и 1 уклоњено
  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: