File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments