ci: Enhance repo-assist workflow: update description, add command input, adjust PR checks, and increase task selection to three. Standardize title prefixes and improve task execution logic.#291
Merged
Conversation
…adjust PR checks, and increase task selection to three. Standardize title prefixes and improve task execution logic. Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s agentic workflow configuration to a newer gh-aw/AWF toolchain version, adds pre-activation gating (to avoid runaway automation PRs), expands Repo Assist task selection to three tasks per run, and refreshes the issue triage workflow’s guidance and safe-output capabilities.
Changes:
- Add pre-activation PR-count guardrails (and related permissions) for Repo Assist and CI Coach.
- Extend Repo Assist to select three weighted tasks per run and standardize generated title prefixes to
[repo-assist]. - Enhance Issue Triage guidance and capabilities (labels toolset, issue type setting, spam closing), and regenerate lock files to
gh-aw v0.72.1.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/repo-assist.md | Updates Repo Assist description/title prefixes, adds workflow_dispatch command, adds pre-activation guard step, and increases task selection to 3. |
| .github/workflows/issue-triage.md | Expands triage instructions and introduces safe-output actions for setting issue type and closing spam. |
| .github/workflows/issue-triage.lock.yml | Regenerated compiled workflow with new safe outputs/toolsets and updated gh-aw/AWF components. |
| .github/workflows/copilot-setup-steps.yml | Bumps gh-aw setup-cli action and version to v0.72.1. |
| .github/workflows/ci-coach.md | Adds pre-activation guard step/permissions and updates source reference. |
| .github/workflows/ci-coach.lock.yml | Regenerated compiled workflow (v0.72.1) including pre-activation gating and updated runtime plumbing. |
| .github/aw/actions-lock.json | Updates pinned gh-aw action references and adds newer container pins. |
| .github/agents/agentic-workflows.agent.md | Updates referenced gh-aw docs to v0.72.1 and adds CLI commands guidance routing. |
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.
Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com