Files
PowerToys/.github/workflows/automatic-issue-deduplication.yml
Dan Fiedler 5193a1e497 Pin GitHub Actions to full-length commit SHAs (#49848)
Just like it says on the tin.
2026-08-13 11:28:16 +00:00

20 lines
529 B
YAML

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@bdb3b5d9451c1090ffcdf123d7447a5e7c7a2528 # v0.0.19
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label_as_duplicate: true