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

Create labeler.yml

This commit is contained in:
Nikolaj Bjorner 2025-06-12 07:36:21 -07:00 committed by GitHub
parent 423930dbad
commit 4584d1d78f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
.github/workflows/labeler.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: genai issue labeller
on:
issues:
types: [opened, reopened, edited]
permissions:
contents: read
issues: write
models: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
genai-issue-labeller:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pelikhan/action-genai-issue-labeller@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_issue: ${{ github.event.issue.number }}