diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index 7c9cf8d63c..d3ab4fc6cf 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 f66b0dbace..fb902f6257 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