From e0efa6fac2d4b2deda6e1e9624bc8e0b12b6966c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:55:45 +0000 Subject: [PATCH 1/2] Initial plan From f9ff0b352165fdfa7f8e28721c61fb0892451a46 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:04:30 +0000 Subject: [PATCH 2/2] chore: increase skip-if-match limit from 5 to 9 in issue-monster workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/issue-monster.lock.yml | 4 ++-- .github/workflows/issue-monster.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index 7c9cf8d63c7..d3ab4fc6cf4 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -27,7 +27,7 @@ name: "Issue Monster" - cron: "49 */1 * * *" # Friendly format: every 1h (scattered) # skip-if-match: # Skip-if-match processed as search check in pre-activation job - # max: 5 + # max: 9 # query: is:pr is:open is:draft author:app/copilot-swe-agent workflow_dispatch: @@ -6715,7 +6715,7 @@ jobs: env: GH_AW_SKIP_QUERY: "is:pr is:open is:draft author:app/copilot-swe-agent" GH_AW_WORKFLOW_NAME: "Issue Monster" - GH_AW_SKIP_MAX_MATCHES: "5" + GH_AW_SKIP_MAX_MATCHES: "9" with: script: | async function main() { diff --git a/.github/workflows/issue-monster.md b/.github/workflows/issue-monster.md index f66b0dbace7..fb902f6257b 100644 --- a/.github/workflows/issue-monster.md +++ b/.github/workflows/issue-monster.md @@ -6,7 +6,7 @@ on: schedule: every 1h skip-if-match: query: "is:pr is:open is:draft author:app/copilot-swe-agent" - max: 5 + max: 9 permissions: contents: read