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

22 lines
700 B
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
# on: repository_dispatch
2020-03-27 23:06:00 +00:00
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v18
2020-03-27 23:06:00 +00:00
- name: Run Needs More Info Closer
uses: ./needs-more-info-closer
with:
label: needs more info
days: 7
2020-03-27 23:06:40 +00:00
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!"