mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 01:27:41 +00:00
Rename labeler.yml to labeller.yml
fix spelling error
This commit is contained in:
parent
638921457d
commit
7b432ae608
1 changed files with 0 additions and 0 deletions
21
.github/workflows/labeller.yml
vendored
Normal file
21
.github/workflows/labeller.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
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 }}
|
||||
debug: "*"
|
Loading…
Add table
Add a link
Reference in a new issue