3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-25 15:23:41 +00:00

enable debug logging on labeler workflow (#7681)

This commit is contained in:
Peli de Halleux 2025-06-12 09:39:58 -07:00 committed by GitHub
parent 4584d1d78f
commit 3927fdb55f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: genai issue labeller
name: GenAI Issue Labeller
on:
issues:
types: [opened, reopened, edited]
@ -18,3 +18,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_issue: ${{ github.event.issue.number }}
debug: "*"