mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
feat(actions): add issue dup checker action
This commit is contained in:
11
.github/workflows/duplicates.yml
vendored
Normal file
11
.github/workflows/duplicates.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Potential Duplicates
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: wow-actions/potential-duplicates@v1.0.8
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user