mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
22 lines
697 B
YAML
22 lines
697 B
YAML
name: Needs More Info Closer
|
|
on:
|
|
schedule:
|
|
- cron: 20 11 * * * # 4:20am Redmond
|
|
repository_dispatch:
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions
|
|
uses: actions/checkout@v2
|
|
with:
|
|
repository: 'JacksonKearl/vscode-triage-github-actions'
|
|
ref: v20
|
|
- name: Run Needs More Info Closer
|
|
uses: ./needs-more-info-closer
|
|
with:
|
|
label: needs more info
|
|
days: 7
|
|
comment: "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!"
|