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 8c8c1a9 commit 9fe72ceCopy full SHA for 9fe72ce
.github/workflows/assigner.yml
@@ -47,6 +47,9 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
48
run: |
49
west init -l . || true
50
+ git log | head -n 10
51
+ git diff origin/${{ github.base_ref }}..
52
+
53
FLAGS="-v"
54
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
55
FLAGS+=" -r ${{ github.event.repository.name }}"
0 commit comments