Skip to content

Commit 493302b

Browse files
committed
Update file(s) from wp-cli/.github
1 parent a6deb76 commit 493302b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Issue and PR Triage
44
'on':
55
issues:
66
types: [opened]
7-
pull_request:
7+
pull_request_target:
88
types: [opened]
99
workflow_dispatch:
1010
inputs:
@@ -20,7 +20,7 @@ jobs:
2020
issue_number: >-
2121
${{
2222
(github.event_name == 'workflow_dispatch' && inputs.issue_number) ||
23-
(github.event_name == 'pull_request' && github.event.pull_request.number) ||
23+
(github.event_name == 'pull_request_target' && github.event.pull_request.number) ||
2424
(github.event_name == 'issues' && github.event.issue.number) ||
2525
''
2626
}}

0 commit comments

Comments
 (0)