From d3340b27d08a8e4b72ed53d6f18a167905ab7f07 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:23:45 +0300 Subject: [PATCH] Don't create a duplicate issue --- .github/workflows/check-for-updates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index ccff9f5..3cdb9a8 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -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 }}