Skip to content

ci: Update workflow#213

Merged
askpt merged 1 commit intomainfrom
askpt/bump-aw
Mar 19, 2026
Merged

ci: Update workflow#213
askpt merged 1 commit intomainfrom
askpt/bump-aw

Conversation

@askpt
Copy link
Owner

@askpt askpt commented Mar 19, 2026

Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 19, 2026 08:23
@askpt askpt enabled auto-merge (squash) March 19, 2026 08:23
@askpt askpt disabled auto-merge March 19, 2026 08:25
@askpt askpt merged commit f5efa5e into main Mar 19, 2026
14 checks passed
@askpt askpt deleted the askpt/bump-aw branch March 19, 2026 08:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: false to the new min-integrity / repos settings, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants