Skip to content

Commit a5b7862

Browse files
committed
Upgrade to gh aw 0.74.4
1 parent 061b2bc commit a5b7862

12 files changed

Lines changed: 3593 additions & 1433 deletions

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install gh-aw extension
7979
uses: github/gh-aw/actions/setup-cli@4d44d0e89851a877f4ddc0cb6c0197e42b1016c5 # v0.73.0
8080
with:
81-
version: v0.68.3
81+
version: v0.74.4
8282

8383
# Enable repository pre-commit hooks (Spotless checks for Java source changes)
8484
- name: Enable pre-commit hooks

.github/workflows/cross-repo-issue-analysis.lock.yml

Lines changed: 610 additions & 301 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cross-repo-issue-analysis.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ if: "github.event_name == 'workflow_dispatch' || github.event.label.name == 'run
1313
permissions:
1414
contents: read
1515
issues: read
16+
pull-requests: read
1617
steps:
1718
- name: Clone copilot-agent-runtime
18-
run: git clone --depth 1 https://x-access-token:${{ secrets.RUNTIME_TRIAGE_TOKEN }}@github.com/github/copilot-agent-runtime.git ${{ github.workspace }}/copilot-agent-runtime
19+
env:
20+
GH_AW_GITHUB_WORKSPACE: ${{ github.workspace }}
21+
RUNTIME_TRIAGE_TOKEN: ${{ secrets.RUNTIME_TRIAGE_TOKEN }}
22+
run: git clone --depth 1 https://x-access-token:${RUNTIME_TRIAGE_TOKEN}@github.com/github/copilot-agent-runtime.git ${GH_AW_GITHUB_WORKSPACE}/copilot-agent-runtime
1923
tools:
2024
github:
2125
toolsets: [default]
@@ -78,6 +82,7 @@ If the issue does NOT appear to be caused by SDK code, or you suspect the runtim
7882
- Focus on the areas that correspond to the reported issue (e.g., if the issue is about streaming, look at the runtime's streaming implementation)
7983

8084
Common areas where runtime fixes are needed:
85+
8186
- JSON-RPC protocol handling and response formatting
8287
- Session lifecycle (creation, persistence, compaction, destruction)
8388
- Tool execution and permission handling

.github/workflows/handle-bug.lock.yml

Lines changed: 375 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-documentation.lock.yml

Lines changed: 375 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-enhancement.lock.yml

Lines changed: 375 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-question.lock.yml

Lines changed: 375 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-classification.lock.yml

Lines changed: 391 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.lock.yml

Lines changed: 353 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release-changelog.lock.yml

Lines changed: 375 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)