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 82f0fdb commit c383c27Copy full SHA for c383c27
.github/workflows/assigner.yml
@@ -45,6 +45,15 @@ jobs:
45
run: |
46
pip install -r scripts/requirements-actions.txt --require-hashes
47
48
+ - name: west setup
49
+ env:
50
+ BASE_REF: ${{ github.base_ref }}
51
+ working-directory: zephyrproject/zephyr
52
+ run: |
53
+ git config --global user.email "[email protected]"
54
+ git config --global user.name "Your Name"
55
+ west init -l . || true
56
+
57
- name: Run assignment script
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments