Skip to content

Commit ec8b58a

Browse files
committed
scripts: move set_assignee.py into scripts/ci
Scripts only used by CI, so move it into that directory. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent e29a823 commit ec8b58a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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: >

.ruff-excludes.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ exclude = [
13971397
"./scripts/release/bug_bash.py",
13981398
"./scripts/release/list_backports.py",
13991399
"./scripts/release/list_devicetree_bindings_changes.py",
1400-
"./scripts/set_assignees.py",
1400+
"./scripts/ci/set_assignees.py",
14011401
"./scripts/snippets.py",
14021402
"./scripts/tests/twister/conftest.py",
14031403
"./scripts/tests/twister/pytest_integration/test_harness_pytest.py",

MAINTAINERS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Continuous Integration:
947947
- scripts/make_bugs_pickle.py
948948
- .checkpatch.conf
949949
- scripts/gitlint/
950-
- scripts/set_assignees.py
950+
- scripts/ci/set_assignees.py
951951
labels:
952952
- "area: Continuous Integration"
953953

@@ -3259,7 +3259,7 @@ MAINTAINERS file:
32593259
files:
32603260
- MAINTAINERS.yml
32613261
- scripts/get_maintainer.py
3262-
- scripts/set_assignees.py
3262+
- scripts/ci/set_assignees.py
32633263
- scripts/check_maintainers.py
32643264
labels:
32653265
- "area: MAINTAINER File"
File renamed without changes.

scripts/ci/twister_ignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scripts/checkpatch.pl
5252
scripts/ci/pylintrc
5353
scripts/footprint/*
5454
scripts/make_bugs_pickle.py
55-
scripts/set_assignees.py
55+
scripts/ci/set_assignees.py
5656
scripts/gitlint/zephyr_commit_rules.py
5757
scripts/west_commands/runners/canopen_program.py
5858
scripts/ci/check_maintainer_changes.py

0 commit comments

Comments
 (0)