mirror of
https://github.com/actions/cache.git
synced 2024-11-14 01:51:46 +01:00
Change pull_request to pull_request_target for PR review
This commit is contained in:
parent
fa8856311e
commit
651d82954c
1 changed files with 2 additions and 2 deletions
2
.github/workflows/add-reviewer-pr.yml
vendored
2
.github/workflows/add-reviewer-pr.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Add Reviewer PR
|
name: Add Reviewer PR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
jobs:
|
jobs:
|
||||||
run-action:
|
run-action:
|
||||||
|
|
Loading…
Reference in a new issue