Daniel Gibbs
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/potential-duplicates.yml
|
@ -1,7 +1,7 @@ |
|
|
name: Potential Duplicates |
|
|
name: Potential Duplicates |
|
|
on: |
|
|
on: |
|
|
issues: |
|
|
issues: |
|
|
types: [opened, edited] |
|
|
types: [opened] |
|
|
jobs: |
|
|
jobs: |
|
|
run: |
|
|
run: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|