Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-triage-issues.lock.yml

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

12 changes: 12 additions & 0 deletions .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ This label identifies issues opened by external community members and read-only
- `dependencies` - Mentions dependency updates, version bumps, package management
- `refactoring` - Discusses code restructuring without behavior changes

### Known Automation Title Patterns (high-confidence, apply immediately)

These title patterns identify machine-generated operational issues. Apply `automation` without further analysis and **do not** apply `needs-triage`:
Comment on lines +175 to +177

| Title prefix / pattern | Label(s) to apply |
|---|---|
| `[pr-sous-chef]` | `automation` |
| `[deep-report]` | `automation` |
| `[auto-triage]` (case-insensitive) | `automation` |

When an issue title matches one of these patterns, apply the specified label(s) and skip all other classification rules for that issue.

### Uncertainty Handling

- Apply `needs-triage` when the issue doesn't clearly fit any category
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-sous-chef.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/pr-sous-chef.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ safe-outputs:
max: 10
create-issue:
title-prefix: "[pr-sous-chef] "
labels: ["automation"]
expires: 3d
close-older-issues: true
mentions:
Expand Down