-
Notifications
You must be signed in to change notification settings - Fork 374
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
Closed
Closed
Changes from all commits
Commits
Show all changes
8 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 73a92a1
style(dependabot): run formatter
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" | ||
| - 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" | ||
| schedule: | ||
| interval: "weekly" | ||
| commit-message: | ||
| prefix: "pip prod" | ||
| prefix-development: "pip dev" | ||
| include: "scope" | ||
| - /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" | ||
|
|
||
| # Main pnpm workspace (npm dependencies via catalog) | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| - emitter:client:python | ||
| package-ecosystem: pip | ||
| schedule: | ||
| interval: "weekly" | ||
| interval: weekly | ||
| - directory: / | ||
| exclude-paths: | ||
| - "packages/http-client-csharp" | ||
| - "packages/http-client-java" | ||
| - "packages/http-client-python" | ||
| labels: [] # conflict with our labels in labels.ts | ||
| - packages/http-client-csharp | ||
| - packages/http-client-java | ||
| - packages/http-client-python | ||
| groups: | ||
| alloy: | ||
| patterns: | ||
| - "@alloy-js/*" | ||
| types: | ||
| patterns: | ||
| - "@types/*" | ||
| testing: | ||
| azure: | ||
| patterns: | ||
| - "vitest" | ||
| - "@vitest/*" | ||
| - "@playwright/test" | ||
| - "playwright" | ||
| - "@testing-library/*" | ||
| - "mocha" | ||
| - "happy-dom" | ||
| - "c8" | ||
| linting: | ||
| - "@azure/*" | ||
| babel: | ||
| patterns: | ||
| - "eslint" | ||
| - "@eslint/*" | ||
| - "eslint-plugin-*" | ||
| - "@typescript-eslint/*" | ||
| - "typescript-eslint" | ||
| - "cspell" | ||
| - "@babel/*" | ||
| build-tools: | ||
| patterns: | ||
| - "esbuild" | ||
| - "esbuild-*" | ||
| - "vite" | ||
| - "vite-*" | ||
| - 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: | ||
| - typescript | ||
| - tsx | ||
| - rollup-* | ||
| chronus: | ||
| patterns: | ||
| - "@vscode/*" | ||
| - "vscode-*" | ||
| - "@chronus/*" | ||
| formatting: | ||
| patterns: | ||
| - "prettier" | ||
| - "prettier-plugin-*" | ||
| - prettier | ||
| - prettier-plugin-* | ||
| linting: | ||
| patterns: | ||
| - eslint | ||
| - "@eslint/*" | ||
| - eslint-plugin-* | ||
| - "@typescript-eslint/*" | ||
| - typescript-eslint | ||
| - cspell | ||
| microsoft: | ||
| patterns: | ||
| - "@microsoft/*" | ||
| chronus: | ||
| patterns: | ||
| - "@chronus/*" | ||
| tree-sitter: | ||
| monaco: | ||
| patterns: | ||
| - "tree-sitter-*" | ||
| - "web-tree-sitter" | ||
| - monaco-editor | ||
| - monaco-editor-core | ||
| octokit: | ||
| patterns: | ||
| - "@octokit/*" | ||
| azure: | ||
| scalar: | ||
| patterns: | ||
| - "@azure/*" | ||
| yarnpkg: | ||
| - "@scalar/*" | ||
| testing: | ||
| patterns: | ||
| - "@yarnpkg/*" | ||
| babel: | ||
| - vitest | ||
| - "@vitest/*" | ||
| - "@playwright/test" | ||
| - playwright | ||
| - "@testing-library/*" | ||
| - mocha | ||
| - happy-dom | ||
| - c8 | ||
| tree-sitter: | ||
| patterns: | ||
| - "@babel/*" | ||
| scalar: | ||
| - tree-sitter-* | ||
| - web-tree-sitter | ||
| types: | ||
| patterns: | ||
| - "@scalar/*" | ||
| monaco: | ||
| - "@types/*" | ||
| ui: | ||
| patterns: | ||
| - "monaco-editor" | ||
| - "monaco-editor-core" | ||
|
|
||
| # GitHub Actions | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| - 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" | ||
| interval: weekly | ||
| - directory: / | ||
| exclude-paths: | ||
| - ".github/workflows/*.lock.{yaml,yml}" | ||
| labels: [] # conflict with our labels in labels.ts | ||
| - .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.