mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
enable debug logging on labeler workflow
This commit is contained in:
parent
4584d1d78f
commit
077730d0cf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
|
@ -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: "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue