Skip to content

Add fields + allowed-fields support to create_issue safe output and require issue type in smoke-copilot#30919

Open
Copilot wants to merge 11 commits intomainfrom
copilot/add-issue-fields-to-create-issue
Open

Add fields + allowed-fields support to create_issue safe output and require issue type in smoke-copilot#30919
Copilot wants to merge 11 commits intomainfrom
copilot/add-issue-fields-to-create-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

Issue fields (custom issue metadata such as iteration, single-select, date, number) were not supported by create_issue, so safe outputs could create issues but not set field values. This change extends create_issue to accept and apply optional issue fields with actionable validation errors, adds an allowed-fields restriction to control which fields may be modified, and updates smoke-copilot to explicitly require setting an issue type on its created smoke issue.

  • create_issue now accepts fields

    • Added optional fields payload to safe output/tool/type schemas.
    • Shape: array of { name, value }, where value is string | number.
  • Post-create field application in handler

    • After issue creation, handler resolves issue node ID + repository field metadata.
    • Maps provided values by field type:
      • TEXTtextValue
      • NUMBERnumberValue
      • DATEdateValue (YYYY-MM-DD)
      • SINGLE_SELECT / ITERATION → option/iteration ID
    • Applies via GraphQL setIssueFieldValue.
  • allowed-fields support (default unrestricted)

    • Added safe-outputs.create-issue.allowed-fields to workflow config/schema.
    • Compiler passes this as allowed_fields to the create_issue handler config.
    • Runtime enforces that requested fields[].name must be in allowed-fields.
    • Default behavior remains unrestricted (* / omitted).
  • Actionable validation/error paths

    • Rejects malformed fields payloads early.
    • Returns explicit errors for:
      • unknown field names (with available field names),
      • invalid option/iteration values (with available choices),
      • invalid number/date formats,
      • disallowed field names when allowed-fields is configured.
  • Schema and contract updates

    • Updated:
      • actions/setup/js/safe_outputs_tools.json
      • pkg/workflow/js/safe_outputs_tools.json
      • schemas/agent-output.json
      • actions/setup/js/types/safe-outputs.d.ts
      • pkg/workflow/safe_outputs_validation_config.go
      • pkg/parser/schemas/main_workflow_schema.json
      • safe outputs reference docs
  • Smoke workflow update (smoke-copilot)

    • Updated .github/workflows/smoke-copilot.md output instructions to require using temporary ID aw_smoke1 for the created smoke issue.
    • Marked the set_issue_type step as required (issue_type: "Bug") for that issue.
    • Recompiled .github/workflows/smoke-copilot.lock.yml to reflect the updated prompt.
  • Focused coverage additions

    • Added create_issue tests for:
      • successful field application,
      • unknown field name failure,
      • invalid single-select option failure,
      • allowlist rejection when allowed-fields is set,
      • wildcard allow behavior for allowed-fields: ["*"].
    • Added handler config test coverage for allowed_fields propagation.
{
  "type": "create_issue",
  "title": "Triage regression",
  "body": "Investigate impact and mitigation.",
  "fields": [
    { "name": "Priority", "value": "High" },
    { "name": "Iteration", "value": "Sprint 12" },
    { "name": "Start date", "value": "2026-05-08" },
    { "name": "Estimate", "value": 3 }
  ]
}
safe-outputs:
  create-issue:
    allowed-fields: [Priority, Iteration]

> [!WARNING]
>
>

Copilot AI linked an issue May 8, 2026 that may be closed by this pull request
6 tasks
Copilot AI and others added 2 commits May 8, 2026 03:30
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/61095b45-8f1e-41bc-bef6-3bdbb726530c

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for issue fields in create-issue safe output Add fields support to create_issue safe output May 8, 2026
Copilot AI requested a review from pelikhan May 8, 2026 03:37
@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented May 8, 2026

@copilot must support allowed-fields to restrict the list of fields allowed to be modified (default *)

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented May 8, 2026

@copilot update smoke-copilot to set an issue type

Copilot AI and others added 2 commits May 8, 2026 05:16
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6f213357-991d-4068-98d1-1b552a9af2ac

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6f213357-991d-4068-98d1-1b552a9af2ac

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 8, 2026

@copilot must support allowed-fields to restrict the list of fields allowed to be modified (default *)

Implemented in 8a55430. safe-outputs.create-issue now supports allowed-fields, the compiler passes it as allowed_fields to the handler config, and create_issue enforces that only allowlisted field names can be modified (with */default remaining unrestricted). Added tests for allowlist rejection and wildcard behavior, plus schema/docs updates.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh repo view --json owner,name --jq .owner.login &#43; &#34;/&#34; &#43; .name h ignore (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw w gn/gh-gpgsign-liuser.email node ache�� /ref/tags/v9 **/*.cjs sv **/*.json --ignore-path ../../../.pretti--show-toplevel ortcfg (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
  • https://api.github.com/orgs/test-owner/actions/secrets
    • Triggering command: /usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name (http block)
    • Triggering command: /usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name h ../../../.prettierignore git 4dcd5ef4 ithub-script/gitnode gh bject.type] | @t--write git ules�� w/js/**/*.json&#39; --ignore-path infocmp x86_64/node xterm-color git /usr/bin/git git (http block)
    • Triggering command: /usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name h ../../../.pret--log-level=error git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� w/js/**/*.json&#39; --ignore-path git sv --show-toplevel git (http block)
  • https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1
    • Triggering command: /usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel sh /usr/bin/infocmp 55 ocs /usr/bin/git infocmp -1 xterm-color git /usr/bin/git runs/20260508-05gh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel sh /usr/bin/infocmp sistency_Inlinedgit infocmp /opt/hostedtoolc--show-toplevel infocmp -1 xterm-color /opt/hostedtoolc--jq /usr/bin/git /tmp/go-build305gh -importcfg /usr/bin/git git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv (create|run) sh /usr/bin/infocmp runs/20260508-05git git /opt/hostedtoolc--show-toplevel infocmp -1 xterm-color /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linuother /usr/bin/git -bool -buildtags /usr/bin/git git (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 --json sv --limit 100 --created git conf�� --get remote.origin.url /usr/bin/infocmp */*.ts&#39; &#39;**/*.jsgit (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 x_amd64/asm sv /001 --jq tions/setup/js/n/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel git /usr/bin/git 91/001/test-frongit git ache/node/24.14.--show-toplevel /usr/bin/git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260508-051745-33708/test-3799017257 status /usr/bin/git .github/workflowgh git ndor/bin/sh git rev-�� --show-toplevel git /usr/bin/git 346 git ode git (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v5
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv pkg/workflow/data/action_pins.json (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv --show-toplevel node /usr/bin/git git rev-�� --show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel bash /usr/bin/gh node (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260508-051132-8219/test-779827417/.github/workflows rev-parse /usr/bin/git js r it git init�� (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv b.actor }}, Repo: ${{ github.repository }} rev-parse /usr/bin/git &#39;**/*.ts&#39; &#39;**/*.git --local 1/x64/bin/sh git conf�� --get remote.origin.url (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v8
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git md d /usr/bin/git git rev-�� --show-toplevel git /usr/bin/infocmp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git .md md /usr/bin/git git rev-�� --show-toplevel git /usr/bin/infocmp --show-toplevel git /usr/bin/git infocmp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --get remote.origin.urapi /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git user.name Test User /usr/bin/git git (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv te-issue^{commit} (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv github/workflows -nolocalimports -importcfg /tmp/go-build3016822378/b125/importcfg -pack /home/REDACTED/work/gh-aw/gh-aw/cmd/gh-aw/main.go /home/REDACTED/work/gh-aw/gh-aw/cmd/gh-aw/capitalization_test.go (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -dirty&#34; -o gh-aw ./cmd/gh-aw te-issue de r (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv te-issue^{commit} (http block)
  • https://api.github.com/repos/actions/setup-go/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 1132-8219/test-2gh st/dist/workers/api 1/x64/bin/node git rev-�� --show-toplevel node /usr/bin/git ithub/workflows/git **/*.cjs /home/REDACTED/wor--show-toplevel git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 15581827 ../../../**/*.js-1 1/x64/bin/node git rev-�� --show-toplevel 1/x64/bin/node /usr/bin/git prettier --write 9702913/b126/vet--show-toplevel git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url /usr/bin/gh CompiledOutput13infocmp gh 1/x64/bin/node gh repo�� view owner/test-repo /usr/bin/git : ${{ github.repgit --write ache/node/24.14.--show-toplevel git (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node */*.json&#39; &#39;!../.git credential.helperev-parse 1/x64/bin/npx /opt/hostedtoolcache/node/24.14.1/x64/bin/node /tmp�� &#39;prefix&#39; &amp;&amp; github.actor git /usr/bin/git ../pkg/workflow/git core.hooksPath 64/pkg/tool/linu--show-toplevel git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel bash /usr/bin/infocmp runs/20260508-05infocmp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /home/REDACTED/work/gh-aw/gh-aw l (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv ErrorFormatting3053440688/001 remote /opt/hostedtoolcache/node/24.14.1/x64/bin/node js r modules/@npmcli/--show-toplevel node /tmp�� runs/20260508-051132-8219/test-2264654249 git /usr/bin/git s/test.md --local n-dir/node git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv waysRecompiles3732412172/001 remote /usr/bin/git &#39;**/*.ts&#39; &#39;**/*.git --local ache/go/1.25.8/x--show-toplevel git init�� (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git json&#39; --ignore-pgit --local 1/x64/bin/node git rev-�� --show-toplevel git .cfg b/workflows pull.rebase bin/node git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel x_amd64/asm /usr/bin/git /repos/actions/ggit --jq nfig/composer/ve--show-toplevel git rev-�� --show-toplevel git .cfg */*.ts&#39; &#39;**/*.jsgit git n-dir/node git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 remote sv matter-with-nestgit gh 1/x64/bin/git git conf�� ithub-script/git/ref/tags/v9 remote.origin.url _id&#34;:222}] 4dcd5ef4:actionsgit git /usr/bin/git /usr/lib/git-core/git (http block)
  • https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel (http block)
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel bash (http block)
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/infocmp--show-toplevel git rev-�� --show-toplevel infocmp /usr/bin/git xterm-color git om/org2/repo.gitstatus git (http block)
  • https://api.github.com/repos/azure/login/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit config clusion,workflow--show-toplevel git rev-�� --show-toplevel git /usr/bin/git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git rev-parse clusion,workflow--show-toplevel git rev-�� --show-toplevel git /usr/bin/git --get l me: String!) { xterm-color git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel gh /usr/bin/git /repos/actions/ggit --jq (http block)
  • https://api.github.com/repos/docker/login-action/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel (http block)
    • Triggering command: /usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git remote /usr/bin/git git rev-�� /ref/tags/v9 git sv /ref/tags/v9 cessfully&#34;; \ el-1 sv git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ithub-script/gitgit config bject.type] | @t--show-toplevel git rev-�� /ref/tags/v9 /opt/hostedtoolcache/node/24.14.--jq sv github.token git /usr/bin/git git (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/gh 6822378/b405/cligh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/gh CommaSeparatedCogh on rkflow/js/**/*.j/repos/actions/github-script/git/ref/tags/v9 gh api /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 1525-21137/test-infocmp git bject.type] | @txterm-color git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --show-toplevel bash /usr/bin/gh --noprofile on (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel 64/pkg/tool/linu--auto (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 --jq sv iant-1828282049/git git te-issue git -C /tmp/TestCompileErrorFormatting1379115142/001 config /usr/bin/git remote.origin.urgit infocmp odules/npm/node_--show-toplevel git (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 64/pkg/tool/linugit-upload-pack &#39;/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitcustom_branchrev-parse sv json&#39; --ignore-pgit infocmp x86_64/node git rev-�� /ref/tags/v9 git sv th .prettierignogit git _modules/.bin/no--show-toplevel git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-05-01 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-04-08 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-02-07 (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name on 64/pkg/tool/linux_amd64/vet son erignore create_issue|alluser.name 64/pkg/tool/linuTest User -c npx prettier --write &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.remote.origin.url (http block)
    • Triggering command: /usr/bin/gh gh run download 1 --dir test-logs/run-1 --glob /home/REDACTED/work/gh-aw/gh-aw/actions/node_modul-nilfunc --with-filename -- &#34;create-issue&#34;\s*:\s*\{|&#34;allowed--show-toplevel node /opt�� 07283810 --write k/gh-aw/gh-aw/node_modules/.bin/node **/*.ts **/*.json --ignore-path /bin/sh (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name git 64/pkg/tool/linux_amd64/vet user.email test@example.comrun (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name origin 64/pkg/tool/linux_amd64/compile (http block)
    • Triggering command: /usr/bin/gh gh run download 12345 --dir test-logs/run-12345 on rkflow/js/**/*.json son erignore (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name sed (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1234567890
    • Triggering command: /usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, h ../../../.prettierignore (http block)
    • Triggering command: /usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, h ../../../.pret.prettierignore --jq de --show-toplevel ssions/6f213357--V=full 4dcd5ef4 git rev-�� ./../pkg/workflow/js/**/*.json&#39; --ignore-path infocmp /usr/bin/git xterm-color git /usr/bin/git git (http block)
    • Triggering command: /usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, h ../../../.prettierignore git sv ithub-script/git/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet d1-1b552a9af2ac bject.type] | @t-bool infocmp -1 kflow/create_iss-errorsas git /usr/bin/git ithub-script/gitinfocmp git (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name origin 64/pkg/tool/linux_amd64/link (http block)
    • Triggering command: /usr/bin/gh gh run download 12346 --dir test-logs/run-12346 on 64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/git erignore (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name sed 1/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node o.git git r sh tion�� mpiledOutput3654412902/001 git son ignore git bject.type] | @tsv go (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name on 64/pkg/tool/linux_amd64/vet son erignore allowed_labels|auser.email 64/pkg/tool/linutest@example.com -c npx prettier --write &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-p**/*.ts (http block)
    • Triggering command: /usr/bin/gh gh run download 2 --dir test-logs/run-2 --glob /home/REDACTED/work/gh-aw/gh-aw/node_modules/.bin/-nilfunc --glob !.git -- node /opt�� prettier --write k **/*.ts **/*.json --ignore-path /bin/sh (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name grep 64/pkg/tool/linux_amd64/vet ^From [0-9a-f]\{gh /tmp/gh-aw/aw-ferun /usr/bin/git 64/pkg/tool/linu--json k/gh�� rity1741017950/0--limit on k/node_modules/.--created /../../.prettiergit erignore /usr/bin/git sh (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name on 64/pkg/tool/linux_amd64/vet son erignore allowed_labels|A--git-dir 64/pkg/tool/linux_amd64/vet -c 3952/001/stability-test.md (http block)
    • Triggering command: /usr/bin/gh gh run download 3 --dir test-logs/run-3 --glob /home/REDACTED/work/gh-aw/node_modules/.bin/node --with-filename -- allowed_labels|luser.email node /opt�� s &#34;-s -w -X main.version=18c7d89-dirty&#34; -o gh-aw ./cmd/gh-aw --write not-exist-xyzzy.txt **/*.ts **/*.json --ignore-path /bin/sh (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name basename 64/pkg/tool/linux_amd64/vet /bin/sh git /usr/bin/gh 64/pkg/tool/linux_amd64/vet k/gh�� &#34;vitest&#34; run create_issue.test.cjs on e_modules/.bin/node /../../.prettiergit erignore /usr/bin/gh sh (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name on 64/pkg/tool/linux_amd64/vet son erignore (http block)
    • Triggering command: /usr/bin/gh gh run download 4 --dir test-logs/run-4 (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name head 64/pkg/tool/linux_amd64/link /ref/tags/v9 git sv 64/pkg/tool/linux_amd64/link k/gh�� &#34;vitest&#34; run create_issue.test.cjs on es/.bin/node /../../.prettiergit erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name on sh son erignore (http block)
    • Triggering command: /usr/bin/gh gh run download 5 --dir test-logs/run-5 --short /home/REDACTED/work/gh-aw/gh-aw/actions/setup/node-buildmode=exe (http block)
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name git 64/pkg/tool/linux_amd64/vet t git /usr/bin/git 64/pkg/tool/linu^remote\..*\.gh-resolved$ k/gh�� &#34;vitest&#34; run create_issue.test.cjs on in/node /../../.prettiergit erignore /usr/bin/git sh (http block)
  • https://api.github.com/repos/github/gh-aw/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6 (http block)
  • https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md
    • Triggering command: /tmp/go-build3016822378/b405/cli.test /tmp/go-build3016822378/b405/cli.test -test.testlogfile=/tmp/go-build3016822378/b405/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true hub.com/.extrahesh (http block)
    • Triggering command: /tmp/go-build3059702913/b405/cli.test /tmp/go-build3059702913/b405/cli.test -test.testlogfile=/tmp/go-build3059702913/b405/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true --show-toplevel git /usr/bin/gh git rev-�� ithub-script/git/ref/tags/v9 gh x86_64/git ithub-script/gitsh --jq bject.type] | @tnpx prettier --write &#39;../../../**/*.json&#39; &#39;!../../../pkg/workflow/js/**/*.json&#39; --ignore-path infocmp (http block)
    • Triggering command: `/tmp/go-build1659370522/b405/cli.test /tmp/go-build1659370522/b405/cli.test -test.testlogfile=/tmp/go-build1659370522/b405/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true --show-toplevel git /usr/bin/infocmp"prettier" --write '/*.cjs' '/.ts' '**/.json' --ignore-path ../../../.prettierignore git rev-�� --show-toplevel

Agent-Logs-Url: https://github-U0 /usr/bin/git xterm-color gh /usr/bin/git git` (http block)

  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel -tests /usr/bin/gh git rev-�� --show-toplevel gh /usr/bin/gh /repos/github/ghgit --jq /usr/bin/git gh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git om/owner/repo.gi/tmp/gh-aw/aw-feature-branch.patch git rev-�� --show-toplevel /opt/hostedtoolcache/node/24.14.1/x64/bin/node /usr/bin/gh &#39;full-sweep (enfgit git /opt/hostedtoolc--show-toplevel gh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPodu config /usr/bin/git git rev-�� --show-toplevel git /usr/bin/gh --show-toplevel git /usr/bin/git gh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv te &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-pat-p **/*.cjs .cfg **/*.json --ignore-path ../../../.pretti-v sh 9992�� rite &#39;../../../**/*.json&#39; &#39;!../../../pkg/workflo-c=4 999256/b001/_testmain.go ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv rite &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-path ../../../.pr**/*.json --merged=04a372a73262f329ab6cebdc2c8ccd866c740ba7 1/x64/bin/node /ref/tags/v9 --jq sv node -has�� vaScript1597987291/001/test-inli-errorsas **/*.cjs .cfg **/*.json --ignore-path ../../../.pretti/tmp/TestCollectWorkflowFiles_WithImports1014498040/001 sh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv on&#39; --ignore-path ../../../.prettierignore git /usr/bin/git --show-toplevel git 4dcd5ef4 git rev-�� ub/workflows git p/bin/sh --show-toplevel git /usr/bin/gh gh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv */*.ts&#39; &#39;**/*.json&#39; --ignore-path ../../../.prettierignore --local 64/bin/sh committer.email (http block)
    • Triggering command: `/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @TSV o actions/setup-cli/install.sh..." d-fields restriction for create-issue fields

Agent-Logs-Url: REDACTED sh xterm-color infocmp e gh tion�� th .prettierignore --log-level=e!../../../pkg/workflow/js/**/*.json --jq bin/sh /ref/tags/v9 --package-lock-oapi sv git` (http block)

  • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv iant-1828282049/.github/workflows git te-issue --show-toplevel gh k git rev-�� th .prettierignore --log-level=error infocmp odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node xterm-color gh /usr/bin/git git (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts&#39; &#39;**/*.json&#39; --ignore-pat--ignore-path --local odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/sh gpg.program (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-path ../../../.pr**/*.json --local ache/node/24.14.1/x64/bin/git gpg.program (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-p--exclude-hidden=receive --local tions/setup/node--quiet gpg.program (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv ant-966397832/.github/workflows --local ache/uv/0.11.11/x86_64/git gpg.program (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-path ../../../.pr**/*.json github.com&gt; de_modules/.bin/node /ref/tags/v9 git sv git tion�� ned-imports-enabled-with-env-template-expressions-in-body.md node node install --package-lock-o-C (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-path ../../../.pr**/*.json git te-issue (http block)
  • https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel l ache/node/24.14.--show-toplevel git rev-�� --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/infocmp hub.actor x_amd64/compile /usr/bin/git infocmp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel gh /usr/bin/git ithub-script/gitgit --jq bject.type] | @t--show-toplevel git rev-�� --show-toplevel git /usr/bin/infocmp --get remote.origin.urrev-parse om/owner/repo.gi--show-toplevel infocmp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git config /usr/bin/gh git rev-�� --show-toplevel gh /usr/bin/infocmp /repos/actions/ggit --jq /usr/bin/git infocmp (http block)
  • https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999
    • Triggering command: /usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv 2969343724/001 efaultBranchFromLsRemoteWithRealGitmain_branch24main .cfg workflow/data/acgit --ignore-path run-script/lib/n--show-toplevel sh -c 1132-8219/test-3596360479/.github/workflows -pack 6822378/b070/gh-aw.test (http block)
    • Triggering command: /usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv rite &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-path ../../../.pr**/*.json blob /node_modules/.bin/node --show-toplevel git /usr/bin/git node /hom�� (http block)
    • Triggering command: /usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv 53478415/001 53478415/002/work /usr/bin/git nly git /usr/bin/git git rev-�� ub/workflows git 64/pkg/tool/linux_amd64/asm --show-toplevel git /usr/bin/gh 64/pkg/tool/linuremote.origin.url (http block)
  • https://api.github.com/repos/nonexistent/repo/actions/runs/12345
    • Triggering command: /usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ignore (http block)
    • Triggering command: /usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion .json git (http block)
    • Triggering command: /usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion n_test.go ctions-build/mairev-parse r ctionpins.go ctio�� 1745-33708/test-2767786352/.github/workflows nomaly.go ache/node/24.14.1/x64/bin/node .json git name, workflowPa-v /opt/hostedtoolcache/go/1.25.8/x--jq (http block)
  • https://api.github.com/repos/owner/repo/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo /sh (http block)
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo ache/node/24.14.1/x64/bin/git (http block)
    • Triggering command: /usr/bin/gh gh workflow list --repo owner/repo --json name,path,state k/node_modules/.bin/node (http block)
  • https://api.github.com/repos/test-owner/test-repo/actions/secrets
    • Triggering command: /usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name (http block)
    • Triggering command: /usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name h ../../../.prettierignore git 1/x64/bin/git --show-toplevel gh /usr/bin/infocmp--write git rev-�� w/js/**/*.json&#39; --ignore-path infocmp bject.type] | @tsv xterm-color git /usr/bin/git git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name h ../../../.prettierignore --jq /usr/bin/git ithub-script/gitnode ker/cli-plugins//home/REDACTED/work/gh-aw/gh-aw/actions/setup/js/node_modules/.bin/pre�� docker-compose git rev-�� w/js/**/*.json&#39; --ignore-path docker-compose /usr/bin/git --show-toplevel git /usr/bin/git git (http block)
  • https://api.github.com/repos/test/repo
    • Triggering command: /usr/bin/gh gh api /repos/test/repo --jq .default_branch rite &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-p--thin (http block)
    • Triggering command: /usr/bin/gh gh api /repos/test/repo --jq .default_branch a/action_pins.json -buildtags $name) { hasDiscussionsEnabled } } ./../.prettieriggit -ifaceassert -nilfunc sh k/gh�� sRemoteWithRealGitcustom_branch563305309/001 sRemoteWithRealGitcustom_branch563305309/002/work e_modules/.bin/sh --show-toplevel gh erignore sh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/test/repo --jq .default_branch &#34;prettier&#34; --write &#39;scripts/**/*.js&#39; --ignore-path .prettierignore --log-level=error git /home/REDACTED/work/gh-aw/gh-aw/node_modules/.bin/node --show-toplevel git /usr/bin/gh node /hom�� 21 ../../../**/*.json ion.lock.yml l ../../../.prettiapi /usr/bin/git git (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Add fields support to create_issue safe output Add fields + allowed-fields support to create_issue safe output May 8, 2026
Copilot AI and others added 3 commits May 8, 2026 05:24
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f848b0bd-1983-4215-9b64-743ca330a99c

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This reverts commit 901ddfd.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 8, 2026

@copilot update smoke-copilot to set an issue type

Updated in 5ebf116. smoke-copilot now explicitly requires using temporary ID aw_smoke1 for the created issue and marks the set_issue_type step as required (issue_type: "Bug") so issue type is always set for the smoke issue.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw ,short (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw 3ca330a99c (http block)
  • https://api.github.com/orgs/test-owner/actions/secrets
    • Triggering command: /usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name ithub/workflows (http block)
  • https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1
    • Triggering command: /usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/infocmp 66 --write ion.lock.yml infocmp -1 xterm-color /opt/hostedtoolc--jq /usr/bin/git runs/20260508-05gh -buildtags t git (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 l sv k/gh-aw/gh-aw/.ggh -f ules/.bin/sh git remo�� add origin /usr/bin/git mLsRemoteWithReagit mLsRemoteWithRearev-parse 5c9db35d7f69a30f--show-toplevel /usr/bin/git (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v5
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --noprofile git .cfg ./../.prettieriggit gpg.program (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel /bin/sh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv --show-toplevel infocmp /usr/bin/git git rev-�� --show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel ache/go/1.25.8/xrev-parse /usr/bin/gh node (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv ignore-path ../../../.prettierignore (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv get e-copilot issue-owner=github r: $owner, name:-f commit.gpgsign (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -bool -buildtags t -errorsas -ifaceassert -nilfunc /usr/lib/git-core/git t-42�� k/gh-aw/gh-aw/.github/workflows/ai-moderator.md --format=%(objectname) /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet k/gh-aw/gh-aw .go ock.yml /opt/hostedtoolcache/go/1.25.8/x--jq (http block)
  • https://api.github.com/repos/actions/download-artifact/git/ref/tags/v8
    • Triggering command: /usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv /a.out --local repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } http.https://gitinfocmp CFSxt0JTwVtGYnzo-1 (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v8
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git /tmp/shared-actigh config 5236334/b405/cli/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel 5236334/b405/cli.test /usr/bin/infocmp remove origin /usr/bin/git infocmp (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv ignore-path ../../../.prettierignore (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows pkg/workflow/call_workflow_test.go /opt/hostedtoolcache/go/1.25.8/x64/bin/node pkg/workflow/calnode pkg/workflow/cam/opt/hostedtoolcache/node/24.14.1/x64/bin/npx pkg/workflow/cheprettier node /opt�� ath ../../../.pr--ignore-path --write me: String!) { --log-level=error --ignore-path .prettierignore --log-level=erro&#34;prettier&#34; --write &#39;../../../**/*.json&#39; &#39;!../../../pkg/workflow/js/**/*.json&#39; --ignore-path ../../../.prettierignore sh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw --write ck.yml **/*.ts **/*.json --ignore-path node /opt�� h ../../../.prettierignore format:pkg-json modules/@npmcli/run-script/lib/node-gyp-bin/node tierignore (http block)
  • https://api.github.com/repos/actions/setup-go/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 2720-10711/test-gh git /opt/hostedtoolc/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel sh /usr/bin/git /v2.0.0 git sv git (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /tmp/file-tracker-test560123549/test1.md /tmp/file-tracker-test560123549/test2.lock.yml /usr/bin/git ithub/workflows show s git chec�� .github/workflows/test.md resolved$ /usr/bin/git ../pkg/workflow/git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel bash /usr/bin/infocmp --noprofile git 1/x64/bin/node infocmp -1 xterm-color sh /usr/bin/git ithub/workflows/git git 1/x64/bin/node git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit sh /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git /ref/tags/v9 (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: `/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @TSV get e-copilot issue-type update

Agent-Logs-Url: REDACTED /debian-sa1 commit.gpgsign` (http block)

  • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv runs/20260508-052720-10711/test-2987276336 -buildtags ache/node/24.14.1/x64/bin/node -errorsas -ifaceassert -nilfunc git t-71�� k/gh-aw/gh-aw/.github/workflows/ai-moderator.md origin /usr/bin/git &#34;prettier&#34; --wrigit (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node json&#39; --ignore-pgit show /usr/bin/git /opt/hostedtoolcache/node/24.14.1/x64/bin/node /tmp�� github.event.inputs.branch git .cfg th .prettierignogit config status, conclusi--show-toplevel git (http block)
  • https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit l /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git /tmp/gh-aw-test-gh show /usr/bin/git git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/git /tmp/TestHashCongh node (http block)
  • https://api.github.com/repos/azure/login/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit config /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel infocmp /usr/bin/git git (http block)
  • https://api.github.com/repos/docker/login-action/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel sh clusion,workflow--show-toplevel git rev-�� /ref/tags/v9 git sv --show-toplevel git me: String!) { xterm-color git (http block)
  • https://api.github.com/repos/docker/metadata-action/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/docker/setup-buildx-action/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch */*.json&#39; &#39;!../.-f --local repository(owne-f copilot.original/usr/bin/gh (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/gh SameOutput191883gh git 5236334/b070=&gt; gh api /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git xnag/A9-qk2U8Ku-infocmp --write /home/REDACTED/worxterm-color git (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv /home/REDACTED/work/gh-aw/gh-aw/.github/workflows/archie.md (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 git sv k/gh-aw/gh-aw/.ggit rev-parse /usr/bin/git git add /ref/tags/v9 git sv -silent &gt;/dev/nugit ave-search x_amd64/vet git (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-05-01 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-04-08 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-02-07 owner=github -f git itma�� */*.ts&#39; &#39;**/*.json&#39; --ignore-pat-p config h remote.origin.urgit (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name (http block)
    • Triggering command: /usr/bin/gh gh run download 1 --dir test-logs/run-1 (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name @sentry/mcp-server@0.33.0 64/pkg/tool/linux_amd64/vet ./../pkg/workflo/usr/bin/git (http block)
    • Triggering command: /usr/bin/gh gh run download 12345 --dir test-logs/run-12345 rev-parse 64/pkg/tool/linux_amd64/vet ./../pkg/workfloinfocmp (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1234567890
    • Triggering command: /usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, h ../../../.prettierignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name -- 64/pkg/tool/linux_amd64/vet l (http block)
    • Triggering command: /usr/bin/gh gh run download 12346 --dir test-logs/run-12346 (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name rev-parse 64/pkg/tool/linux_amd64/compile l (http block)
    • Triggering command: /usr/bin/gh gh run download 2 --dir test-logs/run-2 --noheadings 64/pkg/tool/linux_amd64/vet son ame $name) { has--show-toplevel 64/pkg/tool/linux_amd64/vet -C 2987276336 show nfig/composer/vendor/bin/sh nore --global cal/bin/git infocmp (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name mcp/notion 64/pkg/tool/linux_amd64/vet ./../pkg/workflogit assword=$GITHUB_rev-parse x_amd64/asm 64/pkg/tool/linux_amd64/vet -C 7167/001/stability-test.md rev-parse k/gh-aw/gh-aw/actions/setup/node_modules/.bin/sh nore (http block)
    • Triggering command: /usr/bin/gh gh run download 3 --dir test-logs/run-3 --noheadings 64/pkg/tool/linux_amd64/vet son (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name config 64/pkg/tool/linux_amd64/compile remote.origin.urgit (http block)
    • Triggering command: /usr/bin/gh gh run download 4 --dir test-logs/run-4 --noheadings 64/pkg/tool/linux_amd64/vet son ame r: $owner, name:--git-dir 64/pkg/tool/linux_amd64/vet -C 2987276336 config rgo/bin/sh nore --global $name) { has--show-toplevel /usr/bin/gh (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name show 64/pkg/tool/linux_amd64/link ./../pkg/workflogit (http block)
    • Triggering command: /usr/bin/gh gh run download 5 --dir test-logs/run-5 --noheadings 64/pkg/tool/linux_amd64/vet son (http block)
  • https://api.github.com/repos/github/gh-aw/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path k/gh-aw/gh-aw (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100 (http block)
    • Triggering command: `/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6 type update

Ageremote ache/go/1.25.8/xremove /usr/bin/gh api rity1549585002/001 -f` (http block)

  • https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md
    • Triggering command: /tmp/go-build3205236334/b405/cli.test /tmp/go-build3205236334/b405/cli.test -test.testlogfile=/tmp/go-build3205236334/b405/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true ./../.prettierigsh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ub/gh-aw.git l docker-buildx git rev-�� --show-toplevel docker-buildx /usr/bin/gh /repos/github/ghgit --jq /usr/bin/git gh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv rite &#39;**/*.cjs&#39; &#39;**/*.ts&#39; &#39;**/*.json&#39; --ignore-path ../../../.pr--ignore-path git bin/node get e-fields-to-crearev-parse $name) { has--show-toplevel git m/_n�� 2720-10711/test-1300671435/.github/workflows config ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet remote.origin.urinfocmp r bin/bash ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows config ex.lock.yml l (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv iant-3179819648/.github/workflows :latest /usr/bin/git l (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv graphql -f ules/.bin/sh -f owner=github -f /usr/bin/gh api th .prettierignore --log-level=e!../../../pkg/workflow/js/**/*.json -f ndor/bin/bash o owner=github -f /usr/bin/gh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows config /usr/bin/git remote.origin.urgit (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows -f er: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f /usr/bin/gh api Gitbranch_with_h-errorsas Gitbranch_with_h-ifaceassert 1/x64/bin/bash -f owner=github -f /usr/bin/gh (http block)
  • https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel (http block)
  • https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999
    • Triggering command: /usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv 2865786689/001 config .cfg remote.origin.urinfocmp e-fields-to-crea-1 erignore git m/_n�� 2720-10711/test-1300671435/.github/workflows rev-parse ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet get r m.lock.yml ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet (http block)
  • https://api.github.com/repos/nonexistent/repo/actions/runs/12345
    • Triggering command: /usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ../pkg/workflow/git (http block)
  • https://api.github.com/repos/owner/repo/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo ml l (http block)
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo /sh tierignore (http block)
    • Triggering command: /usr/bin/gh gh workflow list --repo owner/repo --json name,path,state cal/bin/sh nore --global p/bin/git infocmp -1 agent-performance-analyzer.md DefaultBranchFromLsRemoteWithRealGitmaster_branch3322384318/001&#39; ser.test */*.ts&#39; &#39;**/*.js/usr/bin/git --local ock.yml ser.test (http block)
  • https://api.github.com/repos/test-owner/test-repo/actions/secrets
    • Triggering command: /usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name ithub/workflows (http block)
  • https://api.github.com/repos/test/repo
    • Triggering command: /usr/bin/gh gh api /repos/test/repo --jq .default_branch /ref/tags/v9 show $name) { hasDiscussionsEnabled } } --get-regexp --local ck.yml git sRem�� /home/REDACTED/work/gh-aw/gh-aw/.github/workflows config rgo/bin/sh remote.origin.urgit --local r bash (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Add fields + allowed-fields support to create_issue safe output Add fields + allowed-fields support to create_issue safe output and require issue type in smoke-copilot May 8, 2026
@pelikhan pelikhan marked this pull request as ready for review May 8, 2026 05:57
Copilot AI review requested due to automatic review settings May 8, 2026 05:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Extends the create_issue safe-output/tool to support setting GitHub Issue Fields after issue creation, adds an allowed-fields allowlist to restrict which fields can be modified, and updates the smoke workflow instructions to require setting an issue type on the created smoke issue.

Changes:

  • Added optional fields: [{name, value}] to create_issue schemas/types and implemented post-create field application via GraphQL.
  • Introduced workflow config safe-outputs.create-issue.allowed-fields and propagated it through compiler/handler config, including runtime enforcement.
  • Updated smoke-copilot workflow guidance/lock to require set_issue_type for the created smoke issue.
Show a summary per file
File Description
schemas/agent-output.json Adds fields to create_issue safe output schema.
pkg/workflow/tool_description_enhancer.go Renames list formatter and adds allowed-fields constraint text to tool descriptions.
pkg/workflow/safe_outputs_validation_config.go Allows fields key for create_issue in validation config.
pkg/workflow/js/safe_outputs_tools.json Adds fields to JS tool schema for create_issue (workflow package).
pkg/workflow/create_issue.go Adds AllowedFields to CreateIssuesConfig YAML config.
pkg/workflow/create_issue_handler_config_test.go Verifies allowed_fields is included in generated handler config JSON.
pkg/workflow/compiler_safe_outputs_handlers.go Propagates allowed_fields into handler config for create_issue.
pkg/parser/schemas/main_workflow_schema.json Adds allowed-fields to the workflow schema under safe-outputs.create-issue.
docs/src/content/docs/reference/safe-outputs.md Documents allowed-fields usage in safe-outputs config example.
docs/src/content/docs/reference/safe-outputs-specification.md Updates create_issue spec to include fields and field validation semantics.
actions/setup/js/types/safe-outputs.d.ts Adds fields typing to CreateIssueItem.
actions/setup/js/safe_outputs_tools.json Adds fields to JS tool schema for create_issue (action setup).
actions/setup/js/create_issue.test.cjs Adds tests for field application, unknown fields/options, and allowlist behavior.
actions/setup/js/create_issue.cjs Implements normalization, allowlist enforcement, metadata fetch, and GraphQL field mutation application.
.github/workflows/smoke-copilot.md Requires fixed temporary ID aw_smoke1 and makes set_issue_type required.
.github/workflows/smoke-copilot.lock.yml Reflects updated validation config including fields for create_issue.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 15/16 changed files
  • Comments generated: 3

Comment on lines +52 to 54
if len(config.AllowedFields) > 0 {
constraints = append(constraints, fmt.Sprintf("Only these issue fields are allowed: %s.", formatStringList(config.AllowedFields)))
}
Comment thread pkg/workflow/create_issue.go Outdated
TitlePrefix string `yaml:"title-prefix,omitempty"`
Labels []string `yaml:"labels,omitempty"`
AllowedLabels []string `yaml:"allowed-labels,omitempty"` // Optional list of allowed labels. If omitted, any labels are allowed (including creating new ones).
AllowedFields []string `yaml:"allowed-fields,omitempty"` // Optional list of allowed issue field names. If omitted (default '*'), any issue fields are allowed.
},
"allowed-fields": {
"type": "array",
"description": "Optional list of issue field names that can be modified by create-issue field updates. If omitted (default '*'), any issue field may be set.",
@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented May 8, 2026

@copilot review all comments

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 8, 2026

@copilot review all comments

Reviewed and addressed the pending review comments in 83b246e: wildcard allowed-fields: ["*"] now reports unrestricted behavior in tool descriptions, and the allowed-fields wording was clarified in both create_issue config comments and main workflow schema descriptions.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh repo view --json owner,name --jq .owner.login &#43; &#34;/&#34; &#43; .name son ignore -- default &#39;\*&#39;|If --show-toplevel sh -c 866507799/.github/workflows (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw --format=format:config --end-of-optionsuser.email node ache�� archie.md **/*.cjs .cfg **/*.json --ignore-path ../../../.prettixterm-color erignore (http block)
  • https://api.github.com/orgs/test-owner/actions/secrets
    • Triggering command: /usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name h ../../../.prettierignore (http block)
  • https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1
    • Triggering command: /usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/infocmp ithub-script/gitgit --write bject.type] | @t--show-toplevel infocmp -1 xterm-color git /usr/bin/git --show-toplevel (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 x_amd64/vet sv 3896182/b063/_pkgh user.name h git rev-�� ithub-script/git/ref/tags/v9 git bject.type] | @tsv rdian.md HEAD x86_64/sh infocmp (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v5
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel git-receive-pack--jq (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv --show-toplevel sh /usr/bin/git git rev-�� --show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel 5569476/b412/conrev-parse /usr/bin/gh node (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv user.email test@example.com /bin/sh ignore-path ../.git t _modules/.bin/sh--show-toplevel /bin/sh -c git-receive-pack &#39;/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_branch23804309/001&#39; git-receive-pack &#39;/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_branch23804309/001&#39; ache/node/24.14.1/x64/bin/node on&#39; --ignore-patgit (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/TestHashConsistency_GoAndJavaScript24708675.artifacts[].name l /usr/bin/git th .prettierignogit (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv tagedFiles3998216408/001/workflow.md resolved$ docker-buildx g_.a (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v8
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color docker /usr/bin/git test/concurrent-gh git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/infocmp HEAD .github/workflowrev-parse /usr/bin/git infocmp (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv cli/install.sh..pkg/workflow/call_workflow_validation_test.go (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv nt &gt;/dev/null 2&gt;&amp;1 (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv github/workflows (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv js/**/*.json&#39; ---errorsas assword=$GITHUB_-ifaceassert tions/setup/js/n-nilfunc HooksPath (http block)
  • https://api.github.com/repos/actions/setup-go/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git --noprofile (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv add origin /usr/bin/git e-fields-to-creagit --local tnet/tools/git git -C /tmp/gh-aw-test-runs/20260508-061247-8129/test-1339038554 resolved$ (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/go/1.25.8/x64/pkg/tool/linutest@example.com /usr/bin/infocmp 339038554 (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git remote /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git mpleWorkflow1273infocmp remote /usr/bin/git git (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -bool -buildtags /usr/lib/git-core/git -errorsas -ifaceassert -nilfunc /usr/lib/git-cor--jq pack�� --all-progress-implied --revs /usr/bin/gh --thin --delta-base-offrev-parse -q gh (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /home/REDACTED/work/gh-aw/gh-aw/.github/workflows/ai-moderator.md 64/pkg/tool/linux_amd64/link r,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,disp--show-toplevel /a.out (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git json&#39; --ignore-pgit --global /opt/pipx_bin/gi--show-toplevel git -C /tmp/shared-actions-test3554371654 config /usr/bin/git remote.origin.urgit --local /sadc git (http block)
  • https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ons-test35543716git (http block)
    • Triggering command: /usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git k/gh-aw/gh-aw/pkgh s/12345/artifactapi /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel (http block)
  • https://api.github.com/repos/azure/login/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit (http block)
  • https://api.github.com/repos/docker/login-action/git/ref/tags/v3
    • Triggering command: /usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git xterm-color (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/gh 339038554 (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --get-regexp --local ules/.bin/sh git rev-�� /ref/tags/v9 git sv ed-imports-enablgit flow-test-12345 x_amd64/vet git (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-05-01 b/gh-aw/pkg/parsconfig (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-04-08 uSoVUR50n_dKp/5Xremote (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created &gt;=2026-02-07 d_groups_test.goconfig _list_test.go lag_test.go eWit�� */*.ts&#39; &#39;**/*.json&#39; --ignore-path ../../../.pret--log-level=error elp_text_test.go tartedAt,updatedAt,event,headBranch,headSha,displayTitle n_test.go ctions-build/maiinit r ctionpins.go (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name nomaly.go 64/pkg/tool/linux_amd64/link (http block)
    • Triggering command: /usr/bin/gh gh run download 1 --dir test-logs/run-1 on rgo/bin/bash son erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name --others 64/pkg/tool/linux_amd64/compile (http block)
    • Triggering command: /usr/bin/gh gh run download 12345 --dir test-logs/run-12345 (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/1234567890
    • Triggering command: /usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, h ../../../.prettierignore te-issue es/.bin/node ame (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name (http block)
    • Triggering command: /usr/bin/gh gh run download 12346 --dir test-logs/run-12346 (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name (http block)
    • Triggering command: /usr/bin/gh gh run download 2 --dir test-logs/run-2 on rkflow/js/**/*.json son erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name ude_engine_test.go 64/pkg/tool/linux_amd64/vet (http block)
    • Triggering command: /usr/bin/gh gh run download 3 --dir test-logs/run-3 on nfig/composer/vendor/bin/bash son erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name vice_ports.go 64/pkg/tool/linux_amd64/vet (http block)
    • Triggering command: /usr/bin/gh gh run download 4 --dir test-logs/run-4 on sh son erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts
    • Triggering command: /usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name (http block)
    • Triggering command: /usr/bin/gh gh run download 5 --dir test-logs/run-5 on cal/bin/bash son erignore (http block)
  • https://api.github.com/repos/github/gh-aw/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path h ../../../.pret.prettierignore (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100 (http block)
    • Triggering command: /usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6 .github/workflowremote erignore ache/go/1.25.8/xupstream --no�� mpiledOutput3980484235/001 .github/workflows/architecture-guardian.lock.yml h ignore .github/workflowrev-parse .github/workflow--show-toplevel sh (http block)
  • https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md
    • Triggering command: /tmp/go-build2525569476/b405/cli.test /tmp/go-build2525569476/b405/cli.test -test.testlogfile=/tmp/go-build2525569476/b405/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel gh /usr/bin/git /repos/actions/gdu --jq mple.com/org/rep/tmp/gh-aw/aw-feature-branch.patch git rev-�� --show-toplevel git /usr/bin/gh --show-toplevel git /opt/hostedtoolc--show-toplevel gh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv 708945899/.github/workflows l_workflow_test.go 64/pkg/tool/linux_amd64/vet l_workflow_validgit paign_trigger_terev-parse ckout_config_par--show-toplevel 64/pkg/tool/linux_amd64/vet ache�� ckout_manager.go ckout_manager_test.go p/bin/sh ckout_persist_crsh ckout_runtime_or-c r _require_validatsh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv */*.ts&#39; &#39;**/*.json&#39; --ignore-pat--ignore-path --global odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/sh (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv ant-2272393504/.-errorsas --global tnet/tools/bash (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-p--detach --local k/_temp/uv-python-dir/bash http.https://gitnode (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-path ../../../.pr**/*.json --local bin/bash http.https://gitgit (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv json&#39; --ignore-path ../../../.pr**/*.json --global /snap/bin/git (http block)
  • https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2
    • Triggering command: /usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git rev-parse clusion,workflow--show-toplevel git rev-�� --show-toplevel git /usr/bin/infocmp ock.yml x_amd64/vet /usr/bin/git infocmp (http block)
  • https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999
    • Triggering command: /usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv (http block)
  • https://api.github.com/repos/nonexistent/repo/actions/runs/12345
    • Triggering command: /usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ./../.prettieriggit -d 168.63.129.16 sh -c (http block)
  • https://api.github.com/repos/owner/repo/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo ode_modules/.bin/node r (http block)
    • Triggering command: /usr/bin/gh gh workflow list --json name,state,path --repo owner/repo node r (http block)
    • Triggering command: /usr/bin/gh gh workflow list --repo owner/repo --json name,path,state (http block)
  • https://api.github.com/repos/test-owner/test-repo/actions/secrets
    • Triggering command: /usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name (http block)
  • https://api.github.com/repos/test/repo
    • Triggering command: /usr/bin/gh gh api /repos/test/repo --jq .default_branch SDx3jNaA8 **/*.cjs 1/x64/bin/node **/*.json --ignore-path ../../../.prettixterm-color sh t-ha�� SameOutput3347345043/001/stability-test.md stmain.go ache/go/1.25.8/x64/pkg/tool/linux_amd64/link (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

💥 WHOOSH! Smoke Claude springs into action on this pull request! [Panel 1 begins...]

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🥧 Pi initializing... Smoke Pi begins on this pull request...

@github-actions github-actions Bot removed the smoke label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

✨ Gemini awakens... Smoke Gemini begins its journey on this pull request...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔮 The ancient spirits stir... Smoke Codex awakens to divine this pull request...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[plan] Add issue fields support to create-issue safe output

3 participants