Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.80.9": {
"github/gh-aw-actions/setup@v0.81.6": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.80.9",
"sha": "8c7d04ebf1ece56cd381446125da3e0f6896294a"
"version": "v0.81.6",
"sha": "ba6380cc6e5be5d21677bebe04d52fb48e3abec7"
},
"github/gh-aw/actions/setup@v0.80.9": {
"github/gh-aw/actions/setup@v0.81.6": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.80.9",
"sha": "a3624368c4e7d877586ff2784b61de73405e2cdd"
"version": "v0.81.6",
"sha": "eed4304d8740f0593f2797276cb8299d228ffd9b"
}
}
}
4 changes: 4 additions & 0 deletions .github/skills/agentic-workflows/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ Load these files from `github/gh-aw` (they are not available locally).
- `.github/aw/experiments.md`
- `.github/aw/github-agentic-workflows.md`
- `.github/aw/github-mcp-server.md`
- `.github/aw/instructions.md`
- `.github/aw/llms.md`
- `.github/aw/loop.md`
- `.github/aw/lsp.md`
- `.github/aw/mcp-clis.md`
- `.github/aw/memory-stateful-patterns.md`
- `.github/aw/memory.md`
- `.github/aw/messages.md`
- `.github/aw/network.md`
Expand Down
614 changes: 0 additions & 614 deletions .github/workflows/agentics-maintenance.yml

This file was deleted.

161 changes: 80 additions & 81 deletions .github/workflows/cli-for-beginners-sync.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/cli-for-beginners-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
schedule: weekly
permissions:
contents: read
copilot-requests: write
tools:
github:
toolsets: [repos]
Expand Down
162 changes: 81 additions & 81 deletions .github/workflows/codeowner-update.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/codeowner-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
contents: read
pull-requests: read
issues: read
copilot-requests: write
tools:
github:
toolsets: [default]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@8c7d04ebf1ece56cd381446125da3e0f6896294a # v0.80.9
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
with:
version: v0.80.9
version: v0.81.6
154 changes: 76 additions & 78 deletions .github/workflows/duplicate-resource-detector.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/duplicate-resource-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
permissions:
contents: read
issues: read
copilot-requests: write
tools:
github:
toolsets: [repos, issues]
Expand Down
154 changes: 76 additions & 78 deletions .github/workflows/learning-hub-updater.lock.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .github/workflows/learning-hub-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_dispatch:
permissions:
contents: read
copilot-requests: write
tools:
bash: ["curl", "gh"]
edit:
Expand Down Expand Up @@ -85,4 +86,4 @@ Create a pull request with your changes, using the `main` branch as the base bra
2. What sections of the guide were updated
3. Links to the source announcements

The PR should target the `main` branch and include the labels `automated-update` and `copilot-updates`.
The PR should target the `main` branch and include the labels `automated-update` and `copilot-updates`.
217 changes: 79 additions & 138 deletions .github/workflows/pr-duplicate-check.lock.yml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .github/workflows/pr-duplicate-check.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
description: 'Checks PRs for potential duplicate agents, instructions, skills, and workflows already in the repository'
on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
roles: all
Comment thread
Copilot marked this conversation as resolved.
Comment on lines +4 to +6
Comment thread
aaronpowell marked this conversation as resolved.
checkout: false
permissions:
contents: read
pull-requests: read
copilot-requests: write
tools:
github:
toolsets: [repos, pull_requests]
Expand Down
154 changes: 76 additions & 78 deletions .github/workflows/resource-staleness-report.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/resource-staleness-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule: weekly
permissions:
contents: read
copilot-requests: write
tools:
github:
toolsets: [repos]
Expand Down
Loading