File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7272 echo "Unknown event: ${{ github.event_name }}"
7373 exit 1
7474 fi
75- python3 scripts/set_assignees.py $FLAGS
75+ python3 scripts/ci/ set_assignees.py $FLAGS
7676
7777 - name : Check maintainer file changes
7878 if : >
Original file line number Diff line number Diff line change @@ -1214,6 +1214,7 @@ exclude = [
12141214 " ./scripts/ci/coverage/coverage_analysis.py" ,
12151215 " ./scripts/ci/errno.py" ,
12161216 " ./scripts/ci/guideline_check.py" ,
1217+ " ./scripts/ci/set_assignees.py" ,
12171218 " ./scripts/ci/stats/merged_prs.py" ,
12181219 " ./scripts/ci/test_plan.py" ,
12191220 " ./scripts/ci/twister_report_analyzer.py" ,
Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ Continuous Integration:
970970 - scripts/make_bugs_pickle.py
971971 - .checkpatch.conf
972972 - scripts/gitlint/
973- - scripts/set_assignees.py
973+ - scripts/ci/ set_assignees.py
974974 labels :
975975 - " area: Continuous Integration"
976976
@@ -3286,7 +3286,7 @@ MAINTAINERS file:
32863286 files :
32873287 - MAINTAINERS.yml
32883288 - scripts/get_maintainer.py
3289- - scripts/set_assignees.py
3289+ - scripts/ci/ set_assignees.py
32903290 - scripts/check_maintainers.py
32913291 labels :
32923292 - " area: MAINTAINER File"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ scripts/checkpatch.pl
5252scripts/ci/pylintrc
5353scripts/footprint/*
5454scripts/make_bugs_pickle.py
55- scripts/set_assignees.py
55+ scripts/ci/ set_assignees.py
5656scripts/gitlint/zephyr_commit_rules.py
5757scripts/west_commands/runners/canopen_program.py
5858scripts/ci/check_maintainer_changes.py
You can’t perform that action at this time.
0 commit comments