From 4d05969a6fa6d8f9809199ee2121ecee36b36b31 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:52:00 -0500 Subject: [PATCH] Update ai-labeler.yml --- .github/ai-labeler.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ai-labeler.yml b/.github/ai-labeler.yml index 14813b3eb..aaa99d6f5 100644 --- a/.github/ai-labeler.yml +++ b/.github/ai-labeler.yml @@ -1,6 +1,6 @@ instructions: | Apply the minimal set of labels that accurately characterize the issue/PR: - - Use at most 1-2 labels unless there's a compelling reason for more + - Use at most 1-2 labels unless there's a compelling reason for more. It's ok to use no labels. - Prefer specific labels (bug, feature) over generic ones (question, help wanted) - For PRs that fix bugs, use 'bug' not 'enhancement' - Never combine: bug + enhancement, feature + enhancement. For these labels, only choose the most relevant one. @@ -12,9 +12,8 @@ labels: instructions: | Apply when describing or fixing unexpected behavior: - Issues: Clear error messages or unexpected outcomes - - PRs: Fixes for broken functionality - Don't apply enhancement/feature for bug fixes unless they add significant new functionality - beyond fixing the bug + - PRs: Standalone fixes for broken functionality or closing bug reports. + Don't apply bug unless the issue or PR is predominantly about a specific bug. - documentation: description: "Improvements or additions to documentation"