mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Update info needed closer
This commit is contained in:
parent
2b2dc65777
commit
c1ea0cd858
1 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Needs More Info Closer
|
name: Info Needed Closer
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 20 12 * * * # 5:20am Redmond
|
- cron: 20 12 * * * # 5:20am Redmond
|
||||||
|
|
@ -18,11 +18,10 @@ jobs:
|
||||||
ref: stable
|
ref: stable
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
- name: Run Needs More Info Closer
|
- name: Run Info Needed Closer
|
||||||
uses: ./actions/needs-more-info-closer
|
uses: ./actions/needs-more-info-closer
|
||||||
with:
|
with:
|
||||||
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
label: info-needed
|
||||||
label: needs more info
|
|
||||||
closeDays: 7
|
closeDays: 7
|
||||||
additionalTeam: 'spahnke|rcjsuen'
|
additionalTeam: 'spahnke|rcjsuen'
|
||||||
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
|
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue