Skip to content

Commit

Permalink
Various WTI improvments (#11516)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Apr 26, 2024
1 parent 0836378 commit 7be6253
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/triage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Process new issue

on:
workflow_dispatch :
issues:
types: [opened]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/new_issue_comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Process new comment on issue

on:
workflow_dispatch :
issue_comment:
types: [created]

Expand Down
18 changes: 10 additions & 8 deletions triage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7be6253

Please sign in to comment.