mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Various WTI improvments (#11516)
This commit is contained in:
parent
0836378460
commit
7be62532b1
2
.github/actions/triage/action.yml
vendored
2
.github/actions/triage/action.yml
vendored
@ -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
.github/workflows/new_issue.yml
vendored
1
.github/workflows/new_issue.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Process new issue
|
||||
|
||||
on:
|
||||
workflow_dispatch :
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
|
||||
1
.github/workflows/new_issue_comment.yml
vendored
1
.github/workflows/new_issue_comment.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Process new comment on issue
|
||||
|
||||
on:
|
||||
workflow_dispatch :
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user