Skip to content

Commit 8a2150d

Browse files
authored
Issue Monster: eliminate false-positive 429 rate-limit detection (#41471)
1 parent 0903c25 commit 8a2150d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/issue-monster.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-monster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ on:
7676
});
7777
7878
const comments = prTimelineResult?.repository?.pullRequest?.timelineItems?.nodes || [];
79-
const rateLimitPattern = /rate limit|API rate limit|secondary rate limit|abuse detection|429|too many requests/i;
79+
const rateLimitPattern = /rate limit|API rate limit|secondary rate limit|abuse detection|\b429\b|too many requests/i;
8080
8181
for (const comment of comments) {
8282
if (comment.body && rateLimitPattern.test(comment.body)) {

.github/workflows/smoke-copilot-aoai-entra.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)