Skip to content

Commit 04b8ec0

Browse files
CopilotMossaka
andauthored
[WIP] Fix firewall implementation on claude and update dependencies (#4884)
* Initial plan * fix: remove github-script@v7 from action pins to fix failing test Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent 56cdb1c commit 04b8ec0

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

.github/aw/actions-lock.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
"version": "v6",
2626
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
2727
},
28-
"actions/github-script@v7": {
29-
"repo": "actions/github-script",
30-
"version": "v7",
31-
"sha": "f28e40c7f34bde8b3046d885e986cb6290c5673b"
32-
},
3328
"actions/github-script@v8": {
3429
"repo": "actions/github-script",
3530
"version": "v8",

docs/src/content/docs/labs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
7070
| [Python Data Visualization Generator](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/python-data-charts.md) | copilot | [![Python Data Visualization Generator](https://github.com/githubnext/gh-aw/actions/workflows/python-data-charts.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/python-data-charts.lock.yml) | - | - |
7171
| [Q](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/q.md) | copilot | [![Q](https://github.com/githubnext/gh-aw/actions/workflows/q.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/q.lock.yml) | - | `/q` |
7272
| [Release](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/release.md) | copilot | [![Release](https://github.com/githubnext/gh-aw/actions/workflows/release.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/release.lock.yml) | - | - |
73-
| [Release Highlights Generator](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/release-highlights.md) | copilot | [![Release Highlights Generator](https://github.com/githubnext/gh-aw/actions/workflows/release-highlights.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/release-highlights.lock.yml) | - | - |
7473
| [Repository Quality Improvement Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/repository-quality-improver.md) | copilot | [![Repository Quality Improvement Agent](https://github.com/githubnext/gh-aw/actions/workflows/repository-quality-improver.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/repository-quality-improver.lock.yml) | `0 13 * * 1-5` | - |
7574
| [Repository Tree Map Generator](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/repo-tree-map.md) | copilot | [![Repository Tree Map Generator](https://github.com/githubnext/gh-aw/actions/workflows/repo-tree-map.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/repo-tree-map.lock.yml) | `0 15 * * 1` | - |
7675
| [Resource Summarizer Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/pdf-summary.md) | copilot | [![Resource Summarizer Agent](https://github.com/githubnext/gh-aw/actions/workflows/pdf-summary.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/pdf-summary.lock.yml) | - | `/summarize` |
@@ -82,6 +81,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
8281
| [Smoke Claude](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/smoke-claude.md) | claude | [![Smoke Claude](https://github.com/githubnext/gh-aw/actions/workflows/smoke-claude.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/smoke-claude.lock.yml) | `0 0,6,12,18 * * *` | - |
8382
| [Smoke Codex](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/smoke-codex.md) | codex | [![Smoke Codex](https://github.com/githubnext/gh-aw/actions/workflows/smoke-codex.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/smoke-codex.lock.yml) | `0 0,6,12,18 * * *` | - |
8483
| [Smoke Copilot](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/smoke-copilot.md) | copilot | [![Smoke Copilot](https://github.com/githubnext/gh-aw/actions/workflows/smoke-copilot.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/smoke-copilot.lock.yml) | `0 0,6,12,18 * * *` | - |
84+
| [Smoke Copilot No Firewall](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/smoke-copilot-no-firewall.md) | copilot | [![Smoke Copilot No Firewall](https://github.com/githubnext/gh-aw/actions/workflows/smoke-copilot-no-firewall.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/smoke-copilot-no-firewall.lock.yml) | `0 0,6,12,18 * * *` | - |
8585
| [Smoke Detector - Smoke Test Failure Investigator](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/smoke-detector.md) | claude | [![Smoke Detector - Smoke Test Failure Investigator](https://github.com/githubnext/gh-aw/actions/workflows/smoke-detector.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/smoke-detector.lock.yml) | - | - |
8686
| [Static Analysis Report](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/static-analysis-report.md) | claude | [![Static Analysis Report](https://github.com/githubnext/gh-aw/actions/workflows/static-analysis-report.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/static-analysis-report.lock.yml) | `0 9 * * *` | - |
8787
| [Super Linter Report](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/super-linter.md) | copilot | [![Super Linter Report](https://github.com/githubnext/gh-aw/actions/workflows/super-linter.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/super-linter.lock.yml) | `0 14 * * 1-5` | - |

docs/src/content/docs/reference/frontmatter-full.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,9 +2176,11 @@ safe-outputs:
21762176
jobs:
21772177
{}
21782178

2179-
# Custom message templates for safe-output footer and notification messages. Use
2180-
# format strings with placeholders like {workflow_name}, {run_url},
2181-
# {triggering_number}.
2179+
# Custom message templates for safe-output footer and notification messages.
2180+
# Available placeholders: {workflow_name} (workflow name), {run_url} (GitHub
2181+
# Actions run URL), {triggering_number} (issue/PR/discussion number),
2182+
# {workflow_source} (owner/repo/path@ref), {workflow_source_url} (GitHub URL to
2183+
# source), {operation} (safe-output operation name for staged mode).
21822184
# (optional)
21832185
messages:
21842186
# Custom footer message template for AI-generated content. Available placeholders:
@@ -2204,6 +2206,24 @@ safe-outputs:
22042206
# (optional)
22052207
staged-description: "example-value"
22062208

2209+
# Custom message template for workflow activation comment. Available placeholders:
2210+
# {workflow_name}, {run_url}, {event_type}. Default: 'Agentic
2211+
# [{workflow_name}]({run_url}) triggered by this {event_type}.'
2212+
# (optional)
2213+
run-started: "example-value"
2214+
2215+
# Custom message template for successful workflow completion. Available
2216+
# placeholders: {workflow_name}, {run_url}. Default: '✅ Agentic
2217+
# [{workflow_name}]({run_url}) completed successfully.'
2218+
# (optional)
2219+
run-success: "example-value"
2220+
2221+
# Custom message template for failed workflow. Available placeholders:
2222+
# {workflow_name}, {run_url}, {status}. Default: '❌ Agentic
2223+
# [{workflow_name}]({run_url}) {status} and wasn't able to produce a result.'
2224+
# (optional)
2225+
run-failure: "example-value"
2226+
22072227
# Runner specification for all safe-outputs jobs (activation, create-issue,
22082228
# add-comment, etc.). Single runner label (e.g., 'ubuntu-slim', 'ubuntu-latest',
22092229
# 'windows-latest', 'self-hosted'). Defaults to 'ubuntu-slim'. See

0 commit comments

Comments
 (0)