Skip to content

Commit 06c27c1

Browse files
committed
fix
Signed-off-by: Anas Nashif <[email protected]>
1 parent a32bf26 commit 06c27c1

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
@@ -60,7 +60,7 @@ jobs:
6060
FLAGS+=" -r ${{ github.event.repository.name }}"
6161
FLAGS+=" -M MAINTAINERS.yml"
6262
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
63-
FLAGS+=" -P ${{ github.event.pull_request.number }} --old-manifest pr_west.yml"
63+
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml"
6464
python3 scripts/set_assignees.py $FLAGS
6565
cp -f manifest_areas.json ./pr/
6666
elif [ "${{ github.event_name }}" = "issues" ]; then

0 commit comments

Comments
 (0)