We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dfabd commit d766c9bCopy full SHA for d766c9b
.github/workflows/assigner.yml
@@ -66,6 +66,5 @@ jobs:
66
- name: Check maintainer file changes
67
if: github.event_name == 'pull_request_target'
68
run: |
69
- c = ${{ github.event.pull_request.base.sha }}
70
- git show ${{c}}:MAINTAINERS.yml > old_MAINTAINER.yml
+ git show ${{ github.event.pull_request.base.sha }}:MAINTAINERS.yml > old_MAINTAINER.yml
71
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr old_MAINTAINER.yml MAINTAINERS.yml
0 commit comments