mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
Create dedup.yml
This commit is contained in:
parent
8d1e954709
commit
638921457d
1 changed files with 19 additions and 0 deletions
19
.github/workflows/dedup.yml
vendored
Normal file
19
.github/workflows/dedup.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: GenAI Find Duplicate Issues
|
||||
on:
|
||||
issues:
|
||||
types: [opened, reopened]
|
||||
permissions:
|
||||
models: read
|
||||
issues: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.issue.number }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
genai-issue-dedup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run action-issue-dedup Action
|
||||
uses: pelikhan/action-genai-issue-dedup@v0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_issue: ${{ github.event.issue.number }}
|
Loading…
Add table
Add a link
Reference in a new issue