Skip to content

Commit 2a6d7fa

Browse files
authored
Upgrade issuewhiz action from v1 to v2
1 parent c97ac2e commit 2a6d7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
issues: write
1111
steps:
12-
- uses: pierotofy/issuewhiz@v1
12+
- uses: pierotofy/issuewhiz@v2
1313
with:
1414
ghToken: ${{ secrets.GITHUB_TOKEN }}
1515
gemini: ${{ secrets.GEMINI_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
- E: "Contains a suggestion for an improvement or a feature request?"
2525
- SC: "Describes an issue related to compiling or building source code?"
2626
logic: |
27-
- 'Q and (not B) and (not P) and (not E) and (not SC) and not (title_lowercase ~= ".*bug: .+")': [comment: "Could we move this conversation over to a community https://webodm.org/community ? 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!", close: true, stop: true]
27+
- 'Q and (not B) and (not P) and (not E) and (not SC) and not (title_lowercase ~= ".*bug: .+")': [comment: "Could we move this conversation over to a community https://webodm.org/community ? We try to keep the GitHub issue tracker for feature requests and bugs only. Thank you!", close: true, stop: true]
2828
- "B and (not P) and (not E) and (not SC)": [label: "software fault", stop: true]
2929
- "P and D": [label: "possible software fault", stop: true]
3030
- "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/WebODM/ODX/blob/master/docs/issue_template.md) :pray: ", close: true, stop: true]

0 commit comments

Comments
 (0)