Skip to content

Commit

Permalink
Fix flaky configlet-sync job
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fapdash authored Sep 4, 2024
1 parent c51d6ae commit e5cbcaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/configlet-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/configlet-sync-issue.md
update_existing: true

0 comments on commit e5cbcaa

Please sign in to comment.