Skip to content

Commit 4f4404b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
FLAGS+=" -M MAINTAINERS.yml"
6262
if [ "${{ github.event_name }}" = "pull_request" ]; then
6363
FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.."
64+
echo $FLAGS
6465
python3 scripts/set_assignees.py $FLAGS
6566
cp -f manifest_areas.json ./pr/
6667
elif [ "${{ github.event_name }}" = "issues" ]; then

0 commit comments

Comments
 (0)