Skip to content

Commit 176b852

Browse files
authored
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 JasonEtco/create-an-issue#142 (comment) works on #359
1 parent c51d6ae commit 176b852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/configlet-sync.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
filename: .github/configlet-sync-issue.md
42-
update_existing: true

0 commit comments

Comments
 (0)