Merged
Conversation
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s agentic GitHub Actions workflows to the latest gh-aw templates/config, aligning workflow internals with gh-aw v0.62.0 and expanding checkout/tool configuration for Repo Assist and Issue Triage.
Changes:
- Upgrade gh-aw-generated workflows (and related references) from v0.58.3 → v0.62.0, including updated safe-outputs tool generation and guard policy wiring.
- Add Repo Assist checkout configuration to fetch full history and remote branches; adjust workflow description text.
- Update issue-triage tool configuration from
lockdown: falseto the newmin-integrity/repossettings, and refresh agent docs/locks.
Reviewed changes
Copilot reviewed 9 out of 10 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 metadata and adds checkout/tools configuration. |
| .github/workflows/repo-assist.lock.yml | Regenerated lock workflow for Repo Assist under gh-aw v0.62.0. |
| .github/workflows/issue-triage.md | Updates GitHub tool guard configuration and source reference. |
| .github/workflows/issue-triage.lock.yml | Regenerated lock workflow for Issue Triage under gh-aw v0.62.0. |
| .github/workflows/ci-coach.md | Bumps referenced upstream workflow source SHA. |
| .github/workflows/ci-coach.lock.yml | Regenerated lock workflow for CI Coach under gh-aw v0.62.0. |
| .github/workflows/copilot-setup-steps.yml | Updates gh-aw setup-cli action to v0.62.0 (pinned SHA). |
| .github/workflows/agentics-maintenance.yml | Updates generated maintenance workflow and gh-aw CLI installer version. |
| .github/aw/actions-lock.json | Updates action lock entries for gh-aw v0.62.0 setup actions. |
| .github/agents/agentic-workflows.agent.md | Updates documentation links to gh-aw v0.62.0 and minor formatting changes. |
Comments suppressed due to low confidence (1)
.github/workflows/repo-assist.md:18
- The description says the workflow runs "2 times a day", but the trigger configuration below is
on.schedule: weekly. Please align the description with the actual schedule (or update the schedule to match the stated frequency) so future maintainers aren’t misled.
A friendly repository assistant that runs 2 times a day to support contributors and maintainers.
Can also be triggered on-demand via '/repo-assist <instructions>' to perform specific tasks.
- Labels and triages open issues
- Comments helpfully on open issues to unblock contributors and onboard newcomers
- Identifies issues that can be fixed and creates draft pull requests with fixes
- Improves performance, testing, and code quality via PRs
- Makes engineering investments: dependency updates, CI improvements, tooling
- Updates its own PRs when CI fails or merge conflicts arise
- Nudges stale PRs waiting for author response
- Takes the repository forward with proactive improvements
- Maintains a persistent memory of work done and what remains
Always polite, constructive, and mindful of the project's goals.
on:
schedule: weekly
workflow_dispatch:
You can also share your feedback on Copilot code review. Take the survey.
| - **Creating new workflows**: Routes to `create` prompt | ||
| - **Updating existing workflows**: Routes to `update` prompt | ||
| - **Debugging workflows**: Routes to `debug` prompt | ||
| - **Debugging workflows**: Routes to `debug` prompt |
Comment on lines
+62
to
63
| ### Update Existing Workflow | ||
| **Load when**: User wants to modify, improve, or refactor an existing workflow |
Comment on lines
+72
to
73
| ### Debug Workflow | ||
| **Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors |
|
|
||
| - name: Install gh-aw | ||
| uses: github/gh-aw/actions/setup-cli@v0.58.3 | ||
| uses: github/gh-aw-actions/setup-cli@v0.62.0 |
|
|
||
| checkout: | ||
| fetch: ["*"] # fetch all remote branches to allow working on PR branches | ||
| fetch-depth: 0 # fetch full history |
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