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
2 changes: 1 addition & 1 deletion .github/workflows/archie.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/cloclo.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/daily-compiler-quality.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/daily-file-diet.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/daily-function-namer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/daily-testify-uber-super-expert.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/developer-docs-consolidator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/duplicate-code-detector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/glossary-maintainer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/go-fan.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/mcp-inspector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/q.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/repository-quality-improver.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/semantic-function-refactor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/sergo.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-codex.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-copilot-arm.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-copilot.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/terminal-stylist.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/typist.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions actions/setup/md/agent_failure_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**Assign this issue to Copilot** using the `agentic-workflows` sub-agent to automatically debug and fix the workflow failure.

<details>
<summary><b>πŸ€– Debug with any coding agent</b></summary>
<summary><b>Debug with any coding agent</b></summary>

Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):

Expand All @@ -24,7 +24,7 @@ The failed workflow run is at {run_url}
</details>

<details>
<summary><b>πŸ› οΈ Manually invoke the agent</b></summary>
<summary><b>Manually invoke the agent</b></summary>

Debug this workflow failure using your favorite Agent CLI and the `agentic-workflows` prompt.

Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/agent_timeout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**⏱️ Agent Timed Out**: The agent job exceeded the maximum allowed execution time ({current_minutes} minutes).
**Agent Timed Out**: The agent job exceeded the maximum allowed execution time ({current_minutes} minutes).

To increase the timeout, add or update the `timeout-minutes` setting in your workflow's frontmatter:

Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/app_token_minting_failed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**πŸ”‘ GitHub App Authentication Failed**: Failed to generate a GitHub App installation access token.
**GitHub App Authentication Failed**: Failed to generate a GitHub App installation access token.

This is typically caused by an incorrect GitHub App configuration. Please verify:
- The **App ID** secret/variable is set correctly
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

**πŸ€– Copilot Assignment Failed**: The workflow created an issue but could not assign the Copilot coding agent to it. This typically happens when:
**Copilot Assignment Failed**: The workflow created an issue but could not assign the Copilot coding agent to it. This typically happens when:

- The `GH_AW_AGENT_TOKEN` secret is missing or has expired
- The token does not have the `issues: write` permission
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/inference_access_error.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

**πŸ”‘ Inference Access Denied**: The Copilot CLI failed because the token does not have access to inference. This can happen when:
**Inference Access Denied**: The Copilot CLI failed because the token does not have access to inference. This can happen when:

- Your organization has restricted Copilot access
- The `COPILOT_GITHUB_TOKEN` does not have a valid Copilot subscription
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/lockdown_check_failed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**πŸ”’ Lockdown Check Failed**: The workflow could not start because its security requirements were not met.
**Lockdown Check Failed**: The workflow could not start because its security requirements were not met.

This can happen when:

Expand Down
4 changes: 2 additions & 2 deletions actions/setup/md/manifest_protection_create_pr_fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
---

> [!WARNING]
> πŸ›‘οΈ **Protected Files**
> **Protected Files**
>
> This was originally intended as a pull request, but the patch modifies protected files. These files may affect project dependencies, CI/CD pipelines, or agent behaviour. **Please review the changes carefully** before creating the pull request.
>
> **[Click here to create the pull request once you have reviewed the changes]({create_pr_url})**

<details>
<summary>πŸ”’ Protected files</summary>
<summary>Protected files</summary>

{files}

Expand Down
6 changes: 3 additions & 3 deletions actions/setup/md/manifest_protection_push_failed_fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
---

> [!WARNING]
> πŸ›‘οΈ **Protected Files β€” Push Permission Denied**
> **Protected Files β€” Push Permission Denied**
>
> This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

<details>
<summary>πŸ”’ Protected files</summary>
<summary>Protected files</summary>

{files}

Expand All @@ -17,7 +17,7 @@ The push was rejected because GitHub Actions does not have `workflows` permissio
</details>

<details>
<summary><b>πŸ“‹ Create the pull request manually</b></summary>
<summary><b>Create the pull request manually</b></summary>

```sh
# Download the patch from the workflow run
Expand Down
6 changes: 3 additions & 3 deletions actions/setup/md/manifest_protection_push_to_pr_fallback.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> [!WARNING]
> πŸ›‘οΈ **Protected Files**
> **Protected Files**
>
> The push to pull request branch was blocked because the patch modifies protected files.
>
Expand All @@ -8,7 +8,7 @@
> **Please review the changes carefully** before pushing them to the pull request branch. These files may affect project dependencies, CI/CD pipelines, or agent behaviour.

<details>
<summary>πŸ”’ Protected files</summary>
<summary>Protected files</summary>

{files}

Expand All @@ -17,7 +17,7 @@
---

<details>
<summary><b>πŸ“‹ Apply the patch after review</b></summary>
<summary><b>Apply the patch after review</b></summary>

The patch is available in the workflow run artifacts:

Expand Down
6 changes: 3 additions & 3 deletions actions/setup/md/noop_runs_issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This issue tracks all no-op runs from agentic workflows in this repository. Each workflow run that completes with a no-op message (indicating no action was needed) posts a comment here.

<details>
<summary><b>πŸ“˜ What is a No-Op?</b></summary>
<summary><b>What is a No-Op?</b></summary>

A no-op (no operation) occurs when an agentic workflow runs successfully but determines that no action is required. For example:
- A security scanner that finds no issues
Expand All @@ -13,7 +13,7 @@ These are successful outcomes, not failures, and help provide transparency into
</details>

<details>
<summary><b>🎯 How This Helps</b></summary>
<summary><b>How This Helps</b></summary>

This issue helps you:
- Track workflows that ran but determined no action was needed
Expand All @@ -23,7 +23,7 @@ This issue helps you:
</details>

<details>
<summary><b>πŸ“š Resources</b></summary>
<summary><b>Resources</b></summary>

- [GitHub Agentic Workflows Documentation](https://github.com/github/gh-aw)

Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/pr_checkout_failure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ❌ Failed to Checkout PR Branch
## Failed to Checkout PR Branch

**Error:** {error_message}

Expand Down
Loading