-
Notifications
You must be signed in to change notification settings - Fork 368
Stop Agentic Triage from running on issue reopen events #10725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
7
commits into
main
Choose a base branch
from
copilot/aw-no-op-runs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fa0f900
Initial plan
Copilot 766d9ea
fix(workflows): stop issue triage on reopened issues
Copilot bb9a1d3
chore(workflows): regenerate agentic lock files with latest gh-aw
Copilot 059e528
fix(dependabot): keep version key at top of generated config
Copilot 5128a1d
style(dependabot): run formatter on generated config
Copilot c524cbf
Merge branch 'main' into copilot/aw-no-op-runs
timotheeguerin bc2f17e
revert: drop unrelated dependabot formatting change
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,134 +1,131 @@ | ||
| version: 2 | ||
| updates: | ||
| # Python dependencies for http-client-python | ||
| - package-ecosystem: "pip" | ||
| directories: | ||
| - "/packages/http-client-python/eng/" | ||
| - "/packages/http-client-python/generator/test" | ||
| - "/packages/http-client-python/generator/test/azure" | ||
| - "/packages/http-client-python/generator/test/unbranded" | ||
| schedule: | ||
| interval: "weekly" | ||
| commit-message: | ||
| prefix: "pip prod" | ||
| prefix-development: "pip dev" | ||
| include: "scope" | ||
| labels: | ||
| - "emitter:client:python" | ||
|
|
||
| # Main pnpm workspace (npm dependencies via catalog) | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| exclude-paths: | ||
| - "packages/http-client-csharp" | ||
| - "packages/http-client-java" | ||
| - "packages/http-client-python" | ||
| labels: [] # conflict with our labels in labels.ts | ||
| groups: | ||
| alloy: | ||
| patterns: | ||
| - "@alloy-js/*" | ||
| types: | ||
| patterns: | ||
| - "@types/*" | ||
| testing: | ||
| patterns: | ||
| - "vitest" | ||
| - "@vitest/*" | ||
| - "@playwright/test" | ||
| - "playwright" | ||
| - "@testing-library/*" | ||
| - "mocha" | ||
| - "happy-dom" | ||
| - "c8" | ||
| linting: | ||
| patterns: | ||
| - "eslint" | ||
| - "@eslint/*" | ||
| - "eslint-plugin-*" | ||
| - "@typescript-eslint/*" | ||
| - "typescript-eslint" | ||
| - "cspell" | ||
| build-tools: | ||
| patterns: | ||
| - "esbuild" | ||
| - "esbuild-*" | ||
| - "vite" | ||
| - "vite-*" | ||
| - "@vitejs/*" | ||
| - "typescript" | ||
| - "tsx" | ||
| - "rollup-*" | ||
| website: | ||
| patterns: | ||
| - "astro" | ||
| - "astro-*" | ||
| - "@astrojs/*" | ||
| - "@expressive-code/*" | ||
| - "@docsearch/*" | ||
| - "rehype-*" | ||
| - "remark-*" | ||
| - "typedoc" | ||
| - "typedoc-*" | ||
| - "sharp" | ||
| ui: | ||
| patterns: | ||
| - "react" | ||
| - "react-*" | ||
| - "@fluentui/*" | ||
| - "storybook" | ||
| - "@storybook/*" | ||
| - "prism-react-renderer" | ||
| - "clsx" | ||
| vscode: | ||
| patterns: | ||
| - "@vscode/*" | ||
| - "vscode-*" | ||
| formatting: | ||
| patterns: | ||
| - "prettier" | ||
| - "prettier-plugin-*" | ||
| microsoft: | ||
| patterns: | ||
| - "@microsoft/*" | ||
| chronus: | ||
| patterns: | ||
| - "@chronus/*" | ||
| tree-sitter: | ||
| patterns: | ||
| - "tree-sitter-*" | ||
| - "web-tree-sitter" | ||
| octokit: | ||
| patterns: | ||
| - "@octokit/*" | ||
| azure: | ||
| patterns: | ||
| - "@azure/*" | ||
| yarnpkg: | ||
| patterns: | ||
| - "@yarnpkg/*" | ||
| babel: | ||
| patterns: | ||
| - "@babel/*" | ||
| scalar: | ||
| patterns: | ||
| - "@scalar/*" | ||
| monaco: | ||
| patterns: | ||
| - "monaco-editor" | ||
| - "monaco-editor-core" | ||
|
|
||
| # GitHub Actions | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| exclude-paths: | ||
| - ".github/workflows/*.lock.{yaml,yml}" | ||
| labels: [] # conflict with our labels in labels.ts | ||
| groups: | ||
| actions: | ||
| patterns: | ||
| - "*" | ||
| - commit-message: | ||
| include: scope | ||
| prefix: pip prod | ||
| prefix-development: pip dev | ||
| directories: | ||
| - /packages/http-client-python/eng/ | ||
| - /packages/http-client-python/generator/test | ||
| - /packages/http-client-python/generator/test/azure | ||
| - /packages/http-client-python/generator/test/unbranded | ||
| labels: | ||
| - emitter:client:python | ||
| package-ecosystem: pip | ||
| schedule: | ||
| interval: weekly | ||
| - directory: / | ||
| exclude-paths: | ||
| - packages/http-client-csharp | ||
| - packages/http-client-java | ||
| - packages/http-client-python | ||
| groups: | ||
| alloy: | ||
| patterns: | ||
| - "@alloy-js/*" | ||
| azure: | ||
| patterns: | ||
| - "@azure/*" | ||
| babel: | ||
| patterns: | ||
| - "@babel/*" | ||
| build-tools: | ||
| patterns: | ||
| - esbuild | ||
| - esbuild-* | ||
| - vite | ||
| - vite-* | ||
| - "@vitejs/*" | ||
| - typescript | ||
| - tsx | ||
| - rollup-* | ||
| chronus: | ||
| patterns: | ||
| - "@chronus/*" | ||
| formatting: | ||
| patterns: | ||
| - prettier | ||
| - prettier-plugin-* | ||
| linting: | ||
| patterns: | ||
| - eslint | ||
| - "@eslint/*" | ||
| - eslint-plugin-* | ||
| - "@typescript-eslint/*" | ||
| - typescript-eslint | ||
| - cspell | ||
| microsoft: | ||
| patterns: | ||
| - "@microsoft/*" | ||
| monaco: | ||
| patterns: | ||
| - monaco-editor | ||
| - monaco-editor-core | ||
| octokit: | ||
| patterns: | ||
| - "@octokit/*" | ||
| scalar: | ||
| patterns: | ||
| - "@scalar/*" | ||
| testing: | ||
| patterns: | ||
| - vitest | ||
| - "@vitest/*" | ||
| - "@playwright/test" | ||
| - playwright | ||
| - "@testing-library/*" | ||
| - mocha | ||
| - happy-dom | ||
| - c8 | ||
| tree-sitter: | ||
| patterns: | ||
| - tree-sitter-* | ||
| - web-tree-sitter | ||
| types: | ||
| patterns: | ||
| - "@types/*" | ||
| ui: | ||
| patterns: | ||
| - react | ||
| - react-* | ||
| - "@fluentui/*" | ||
| - storybook | ||
| - "@storybook/*" | ||
| - prism-react-renderer | ||
| - clsx | ||
| vscode: | ||
| patterns: | ||
| - "@vscode/*" | ||
| - vscode-* | ||
| website: | ||
| patterns: | ||
| - astro | ||
| - astro-* | ||
| - "@astrojs/*" | ||
| - "@expressive-code/*" | ||
| - "@docsearch/*" | ||
| - rehype-* | ||
| - remark-* | ||
| - typedoc | ||
| - typedoc-* | ||
| - sharp | ||
| yarnpkg: | ||
| patterns: | ||
| - "@yarnpkg/*" | ||
| labels: [] | ||
| package-ecosystem: npm | ||
| schedule: | ||
| interval: weekly | ||
| - directory: / | ||
| exclude-paths: | ||
| - .github/workflows/*.lock.{yaml,yml} | ||
| groups: | ||
| actions: | ||
| patterns: | ||
| - "*" | ||
| ignore: | ||
| - dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump. | ||
| labels: [] | ||
| package-ecosystem: github-actions | ||
| schedule: | ||
| interval: weekly |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.