浏览代码

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: