Skip to content
Open
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
5 changes: 0 additions & 5 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.77.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.77.5",
"sha": "3ea13c02d765410340d533515cb31a7eef2baaf0"
},
"github/gh-aw/actions/setup@v0.57.2": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.57.2",
Expand Down
606 changes: 606 additions & 0 deletions .github/workflows/agentics-maintenance.yml
Comment thread
timotheeguerin marked this conversation as resolved.

Large diffs are not rendered by default.

292 changes: 204 additions & 88 deletions .github/workflows/bump-tcgc-csharp.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/bump-tcgc-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
schedule: "13 3 * * *"
workflow_dispatch:

permissions: read-all
permissions:
all: read
copilot-requests: write

network: defaults

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-agentic-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install gh-aw
run: curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash
run: curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash -s -- v0.79.8

- name: Compile and check for drift
run: |
Expand Down
291 changes: 203 additions & 88 deletions .github/workflows/issue-triage.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/issue-triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ on:
roles: all
reaction: eyes

permissions: read-all
permissions:
all: read
copilot-requests: write

network: defaults

Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pnpm-lock.yaml

# Agentic workflow lock file
**/*.lock.yml
.github/workflows/agentics-maintenance.yml

# Emu spec file, formatting is wrong
packages/spec/src/spec.emu.html
Expand Down
Loading