From 176b8529c625842d94e2553dbebb3278e3e4259f Mon Sep 17 00:00:00 2001 From: FAP <459631+fapdash@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:14:46 +0200 Subject: [PATCH] Fix flaky configlet-sync job (#443) The job sometimes fails because we're hitting a rate limit. Removing `update_existing: true` seems to the main culprit for hitting the rate limit. See https://github.com/JasonEtco/create-an-issue/issues/142#issuecomment-2066826259 works on #359 --- .github/workflows/configlet-sync.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index 5fe9728b..b97c8979 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -39,4 +39,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: filename: .github/configlet-sync-issue.md - update_existing: true