Skip to content

Stop Agentic Triage from running on issue reopen events#10725

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-no-op-runs
Draft

Stop Agentic Triage from running on issue reopen events#10725
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-no-op-runs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 19, 2026

This issue tracks no-op runs from agentic workflows, and issue-triage was still executing on issues.reopened, producing unnecessary no-op activity. This PR narrows the workflow trigger to new issues only.

  • Workflow trigger scope

    • Updated .github/workflows/issue-triage.md to remove reopened from the issues event types.
    • Kept manual triage support (workflow_dispatch) unchanged.
  • Generated lock workflow sync

    • Regenerated .github/workflows/issue-triage.lock.yml to reflect the updated trigger and keep source/lock parity.
on:
  issues:
    types: [opened]
  workflow_dispatch:
    inputs:
      issue-number:
        description: "Issue number to triage"
        required: true

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/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 l --llmstxt --ou--folder pnpm cal/share/pnpm/store/v11/links/@/pnpm/10.30.2/75../../website/src/content/docs/docs/emitters/opewhitespace /library-linter /usr/share/dotnet/dotnet /bin/sh cdb34dfedd95843c--depsfile node k/ty�� build --config /.bin/sh content/docs c/content/docs/d--experimental-import-meta-resolve in/pnpm node (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 l --llmstxt --output-dir ../../w/home/REDACTED/work/typespec/typespec/website/src/content/docs node pec/node_modules/.bin/sh eference 906808acd04df36/node_modules/vitest/suppress-warnings.cjs /pnpm/10.30.2/75whitespace /opt/hostedtoolc@typespec/http-server-csharp --re�� ummary ./specs 906808acd04df36/node_modules/vitest/dist/workers/forks.js k/typespec/node_modules/.bin/node tters/protobuf/rbash sh cdb34dfedd95843c--noprofile node (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 able-experimenta--folder sh /.bin/node eference sh ocs/emitters/opewhitespace sh /pnp�� pnpm regen-all-p--folder node pec/node_modules/.bin/node perimental gen-ebash --local ode_modules/pnpm--noprofile c/content/docs/docs/libraries/httsp-output/@typespec/http-server-csharp (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.71.5
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.71.5 --jq [.object.sha, .object.type] | @tsv l --llmstxt --ou--folder node 3731f02ab20a8e7f90b3a6c19ec11742cdb34dfedd95843c0a3d6fa792fd99/bin/dotnet eference 906808acd04df36/node_modules/vitest/suppress-warnings.cjs 3731f02ab20a8e7fwhitespace node /hom�� ummary ./specs 906808acd04df36/node_modules/vitest/dist/workers/forks.js bin/node tters/protobuf/rbash sh 90b3a6c19ec11742--noprofile node (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.71.5 --jq [.object.sha, .object.type] | @tsv build:lib sh pec/node_modules/.bin/node eference sh /dist/node-gyp-bwhitespace sh /pnp�� pnpm regen-all-p--folder node pec/website/node_modules/.bin/node perimental gen-ebash --local /.bin/sh c/content/docs/docs/libraries/httsp-output/@typespec/http-server-csharp (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.71.5 --jq [.object.sha, .object.type] | @tsv build --config /.bin/sh content/docs c/content/docs/d--experimental-import-meta-resolve 0a3d6fa792fd99/n--require node /hom�� l --output-dir node sh tore/v11/links/@development cs/docs/librarieinfocmp node .cjs sh (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.74.4
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.74.4 --jq [.object.sha, .object.type] | @tsv l --llmstxt --ou--folder node ndor/bin/sh skip-js . /pnpm/10.30.2/75whitespace node k/ty�� build --config /.bin/sh content/docs c/content/docs/d--experimental-import-meta-resolve 0a3d6fa792fd99/n--require node (http block)
  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/typespec/typespec/website/node_modules/.bin/../astro/bin/astro.mjs build node /hom�� tput-dir ../../w--llmstxt --local /.bin/node /library-linter node tsconfig.build.j/home/REDACTED/work/typespec/typespec/packages/http-specs/node_modules�� /dist/node-gyp-bgenerate-scenarios-summary node /nod�� rs && pnpm build:src gen-extern-signature de/node/bin/node r --no-emit l/reference cdb34dfedd95843cdoc sh (dns block)

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

Copilot AI linked an issue May 19, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/cacbe4c7-84e6-486a-a263-686abc83d790

Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Copilot AI changed the title [WIP] Track no-op runs from agentic workflows Stop Agentic Triage from running on issue reopen events May 19, 2026
Copilot AI requested a review from timotheeguerin May 19, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] No-Op Runs

2 participants