From d0dc128ca9c4d6164ea971dfeb696dd4edb87be7 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 7 Nov 2023 17:23:33 -0500 Subject: [PATCH] Fix labels --- .github/workflows/issue-triage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-triage.yaml b/.github/workflows/issue-triage.yaml index 9b6b9e43..6e9cf3f3 100644 --- a/.github/workflows/issue-triage.yaml +++ b/.github/workflows/issue-triage.yaml @@ -24,10 +24,10 @@ jobs: - SC: "Describes an issue related to compiling or building source code?" logic: | - "Q and (not B) and (not P) and (not E) and (not SC)": [comment: "Could we move this conversation over to the forum at https://community.opendronemap.org? :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 P) and (not E) and (not SC)": [label: bug, stop: true] - - "P and D": [label: "possible bug", stop: true] + - "B and (not P) and (not E) and (not SC)": [label: "software fault", stop: true] + - "P and D": [label: "possible software fault", stop: true] - "P and (not D) and (not SC) and (not E)": [comment: "Thanks for the report, but it looks like you didn't include a copy of your dataset for us to reproduce this issue? Please make sure to follow our [issue guidelines](https://github.com/OpenDroneMap/WebODM/blob/master/ISSUE_TEMPLATE.md) :pray: ", close: true, stop: true] - "E": [label: enhancement, stop: true] - - "SC": [label: "possible bug"] + - "SC": [label: "possible software fault"] signature: "p.s. I'm just an automated script, not a human being." \ No newline at end of file