Skip to content

Commit 82b9428

Browse files
committed
repo name
Signed-off-by: Anas Nashif <[email protected]>
1 parent d9fdb29 commit 82b9428

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" ]; then
63-
FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.."
63+
FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.." --repo ${{ github.event.repository.name }}
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)