소스 검색

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: