Compare commits

...

2 Commits

Author SHA1 Message Date
Kayla Cinnamon
749ee14283 Make spelling bot happy 2025-09-22 18:23:59 +00:00
Kayla Cinnamon
cb57c05e65 Add workflow for automatic issue deduplication 2025-09-22 18:19:07 +00:00

View File

@@ -0,0 +1,19 @@
name: Automatic New Issue Deduplication
on:
issues:
types: [opened, reopened]
permissions:
models: read
issues: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
deduplicate:
runs-on: ubuntu-latest
steps:
- name: Run Deduplicate Action
uses: pelikhan/action-genai-issue-dedup@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label_as_duplicate: true