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 5ad0984 commit 61dfabdCopy full SHA for 61dfabd
.github/workflows/assigner.yml
@@ -67,5 +67,5 @@ jobs:
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 ${{c}}:MAINTAINERS.yml > old_MAINTAINER.yml
71
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr old_MAINTAINER.yml MAINTAINERS.yml
0 commit comments