mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 07:30:58 +00:00
Update issue-triage.yml
This commit is contained in:
parent
8bbda1949d
commit
d530b628d0
1 changed files with 3 additions and 2 deletions
5
.github/workflows/issue-triage.yml
vendored
5
.github/workflows/issue-triage.yml
vendored
|
@ -19,12 +19,13 @@ jobs:
|
||||||
- Q: "A question about using a software or seeking guidance on doing something?"
|
- 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?"
|
- B: "Reporting an issue, an exception, a stack trace, or a software bug?"
|
||||||
- T: "Reporting a problem with an inaccurate, awkward or erroneous translation?"
|
- 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?"
|
- SC: "Describes an issue related to compiling or building source code?"
|
||||||
logic: |
|
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]
|
- "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]
|
- "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"]
|
- "SC": [label: "possible bug"]
|
||||||
|
|
||||||
signature: "p.s. I'm just an automated script, not a human being."
|
signature: "p.s. I'm just an automated script, not a human being."
|
||||||
|
|
Loading…
Reference in a new issue