Skip to content

Commit

Permalink
Merge pull request #3610 from PluginBugs/LoneDev6-patch-8
Browse files Browse the repository at this point in the history
Update potential-duplicates.yml
  • Loading branch information
LoneDev6 authored May 5, 2024
2 parents 60e93df + 2513b17 commit 7c52d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/potential-duplicates.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Potential Duplicates
on:
issues:
types: [opened, edited]
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
threshold: 0.6
# Reactions to be add to comment when potential duplicates are detected.
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
reactions: 'confused'
reactions: ''
# Comment to post when potential duplicates are detected.
comment: >
Potential duplicates: {{#issues}}
Expand Down

0 comments on commit 7c52d5f

Please sign in to comment.