Limit create-issue to 1 in daily-cli-tools-tester workflow#14184
Merged
Limit create-issue to 1 in daily-cli-tools-tester workflow#14184
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Limit create-issue max to 1 in agentic workflows
Limit create-issue to 1 in daily-cli-tools-tester workflow
Feb 6, 2026
pelikhan
approved these changes
Feb 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces the maximum number of issues that can be created by the Daily CLI Tools Exploratory Tester workflow from 5 to 1, limiting issue spam from automated testing.
Changes:
- Updated
max: 5→max: 1in the create-issue safe-output configuration for the daily-cli-tools-tester workflow - Recompiled the workflow to propagate the constraint change across all relevant locations
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/daily-cli-tools-tester.md |
Updated create-issue max from 5 to 1 in frontmatter safe-outputs configuration |
.github/workflows/daily-cli-tools-tester.lock.yml |
Propagated the max:1 constraint to config.json, tools.json description, and GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG; updated frontmatter-hash |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduces the create-issue safe-output max from 5 to 1 for the Daily CLI Tools Exploratory Tester workflow.
Changes
.github/workflows/daily-cli-tools-tester.md: Updatedmax: 5→max: 1in create-issue configuration.github/workflows/daily-cli-tools-tester.lock.yml: Recompiled to propagate the constraint changeThe workflow will now create at most one issue per run, focusing reporting on the most critical finding.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.