From d530b628d0e44b167b8cc525f14f0d9818b77cf8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 7 Jun 2024 11:17:45 -0400 Subject: [PATCH] Update issue-triage.yml --- .github/workflows/issue-triage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 47856ba..c8344a3 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -19,12 +19,13 @@ jobs: - Q: "A question about using a software or seeking guidance on doing something?" - B: "Reporting an issue, an exception, a stack trace, or a software bug?" - T: "Reporting a problem with an inaccurate, awkward or erroneous translation?" - - E: "Contains a suggestion for an improvement or a feature request?" + - E: "Reporting about some missing feature or functionality?" - SC: "Describes an issue related to compiling or building source code?" logic: | - "Q and (not B) and (not E) and (not SC)": [comment: "Could we move this conversation over to the forum at https://community.libretranslate.com? :pray: The forum is the right place to ask questions (we try to keep the GitHub issue tracker for feature requests and bugs only). Thank you! :+1:", close: true, stop: true] - "B and (not T) and (not E) and (not SC)": [label: "possible bug", stop: true] - - "T or E": [label: "enhancement", stop: true] + - "T and (not E)": [label: "model improvement", stop: true] + - "E": [label: "enhancement", stop: true] - "SC": [label: "possible bug"] signature: "p.s. I'm just an automated script, not a human being."