Skip to content

Commit

Permalink
Don't create a duplicate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Jan 9, 2025
1 parent 870135b commit d3340b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- name: Create issue
uses: JasonEtco/create-an-issue@v2
with:
update_existing: false
search_existing: all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TITLE: ${{ fromJson(steps.get_data.outputs.json_data).title }}
Expand Down

0 comments on commit d3340b2

Please sign in to comment.