Skip to content

Commit 442c278

Browse files
committed
target
Signed-off-by: Anas Nashif <[email protected]>
1 parent fa99848 commit 442c278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
5858
FLAGS+=" -r ${{ github.event.repository.name }}"
5959
FLAGS+=" -M MAINTAINERS.yml"
60-
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
60+
if [ "${{ github.event_name }}" = "pull_request" ]; then
6161
FLAGS+=" -P ${{ github.event.pull_request.number }}"
6262
elif [ "${{ github.event_name }}" = "issues" ]; then
6363
FLAGS+=" -I ${{ github.event.issue.number }}"

0 commit comments

Comments
 (0)