diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 6cc1d78..47856ba 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -17,7 +17,7 @@ jobs: - "#" variables: | - Q: "A question about using a software or seeking guidance on doing something?" - - B: "Reporting an issue 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?" - E: "Contains a suggestion for an improvement or a feature request?" - SC: "Describes an issue related to compiling or building source code?" @@ -27,4 +27,4 @@ jobs: - "T or E": [label: "enhancement", stop: true] - "SC": [label: "possible bug"] - signature: "p.s. I'm just an automated script, not a human being." \ No newline at end of file + signature: "p.s. I'm just an automated script, not a human being."