Skip to content

Commit deb0ab5

Browse files
committed
check again
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent e81ffcf commit deb0ab5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/maintainer_check.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
run: |
3131
pip install -r scripts/requirements-actions.txt --require-hashes
3232
33+
- name: Fetch MAINTAINERS.yml from mainline
34+
run: |
35+
git fetch origin main
36+
git show origin/main:MAINTAINERS.yml > mainline_MAINTAINERS.yml
37+
3338
- name: Check maintainer file changes
3439
run: |
35-
git show ${{ github.event.pull_request.base.sha }}:MAINTAINERS.yml > old_MAINTAINER.yml
36-
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr old_MAINTAINER.yml MAINTAINERS.yml
40+
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr mainline_MAINTAINERS.yml MAINTAINERS.yml

0 commit comments

Comments
 (0)