diff --git a/.github/actions/triage/action.yml b/.github/actions/triage/action.yml index 987e15a..300ce86 100644 --- a/.github/actions/triage/action.yml +++ b/.github/actions/triage/action.yml @@ -39,6 +39,6 @@ runs: $maybe_comment = @("--comment", "${{ inputs.comment }}") } - curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.6/wti.exe -o triage/wti.exe + curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.7/wti.exe -o triage/wti.exe cd triage && echo -n $message | .\wti.exe --issue ${{ inputs.issue }} --config config.yml --github-token "${{ inputs.token }}" --ignore-tags @maybe_message @maybe_comment \ No newline at end of file diff --git a/.github/workflows/new_issue.yml b/.github/workflows/new_issue.yml index 6192252..d9246ba 100644 --- a/.github/workflows/new_issue.yml +++ b/.github/workflows/new_issue.yml @@ -1,6 +1,7 @@ name: Process new issue on: + workflow_dispatch : issues: types: [opened] diff --git a/.github/workflows/new_issue_comment.yml b/.github/workflows/new_issue_comment.yml index b1e1feb..b0cd311 100644 --- a/.github/workflows/new_issue_comment.yml +++ b/.github/workflows/new_issue_comment.yml @@ -1,6 +1,7 @@ name: Process new comment on issue on: + workflow_dispatch : issue_comment: types: [created] diff --git a/triage/config.yml b/triage/config.yml index fe564c1..57874d8 100644 --- a/triage/config.yml +++ b/triage/config.yml @@ -39,14 +39,16 @@ optional_component_rules: set: wsl-oc-enabled tags_rules: - - contains: '/question' - tag: 'question' - - - contains: '/feature' - tag: 'feature' - - - contains: '/emailed-logs' - tag: 'emailed-logs' + ignore: ['/featurename'] + tags: + - contains: '/question' + tag: 'question' + + - contains: '/feature' + tag: 'feature' + + - contains: '/emailed-logs' + tag: 'emailed-logs' rules: - logline: