vscode/.github/workflows/needs-more-info-closer.yml

31 lines
1.3 KiB
YAML
Raw Normal View History

2020-03-27 23:06:00 +00:00
name: Needs More Info Closer
on:
schedule:
2020-03-29 07:28:07 +00:00
- cron: 20 11 * * * # 4:20am Redmond
repository_dispatch:
types: [trigger-needs-more-info]
2020-03-27 23:06:00 +00:00
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
2020-11-24 10:44:18 +00:00
repository: "microsoft/vscode-github-triage-actions"
2020-04-08 18:47:36 +00:00
path: ./actions
ref: stable
- name: Install Actions
2020-04-08 18:47:36 +00:00
run: npm install --production --prefix ./actions
2020-03-27 23:06:00 +00:00
- name: Run Needs More Info Closer
2020-04-08 18:47:36 +00:00
uses: ./actions/needs-more-info-closer
2020-03-27 23:06:00 +00:00
with:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
2020-08-12 16:47:45 +00:00
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
2020-03-27 23:06:00 +00:00
label: needs more info
closeDays: 7
2020-11-24 10:44:18 +00:00
additionalTeam: "cleidigh|usernamehw|gjsjohnmurray|IllusionMH"
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!"
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."