Skip to content

Commit 6b9693f

Browse files
authoredDec 16, 2022
workflows(add_to_octokit_project): add pull_request_target event as a trigger (#296)
Updates for workflows
1 parent 1f1a1e2 commit 6b9693f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/add_to_octokit_project.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [reopened, opened]
66
pull_request:
77
types: [reopened, opened]
8+
pull_request_target:
9+
types: [reopened, opened]
810

911
jobs:
1012
add-to-project:

0 commit comments

Comments
 (0)
Please sign in to comment.