Skip to content

Commit 7e01bae

Browse files
committed
fix layout
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4386b80 commit 7e01bae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/assigner.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
FLAGS+=" -r ${{ github.event.repository.name }}"
4141
FLAGS+=" -M MAINTAINERS.yml"
4242
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
43-
FLAGS+=" -P ${{ github.event.pull_request.number }}"
43+
FLAGS+=" -P ${{ github.event.pull_request.number }}"
4444
elif [ "${{ github.event_name }}" = "issues" ]; then
45-
FLAGS+=" -I ${{ github.event.issue.number }}"
45+
FLAGS+=" -I ${{ github.event.issue.number }}"
4646
elif [ "${{ github.event_name }}" = "schedule" ]; then
47-
FLAGS+=" --modules"
47+
FLAGS+=" --modules"
4848
else
49-
echo "Unknown event: ${{ github.event_name }}"
50-
exit 1
49+
echo "Unknown event: ${{ github.event_name }}"
50+
exit 1
5151
fi
5252
5353
python3 scripts/set_assignees.py $FLAGS

0 commit comments

Comments
 (0)