Delete .github/workflows/duplicates.yml

This commit is contained in:
Łukasz Mierzwa
2024-12-31 16:13:16 +00:00
committed by GitHub
parent 235bceeecd
commit 9f296cb10e

View File

@@ -1,11 +0,0 @@
name: Potential Duplicates
on:
issues:
types: [opened, edited]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/potential-duplicates@v1.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}