Actually add needs more info closer

This commit is contained in:
Jackson Kearl
2020-03-27 16:06:00 -07:00
parent a62b0c9f93
commit cbf2d541a2

View File

@@ -0,0 +1,21 @@
name: Needs More Info Closer
on:
schedule:
- cron: 30 * * * *
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: master
- name: Run Needs More Info Closer
uses: ./needs-more-info-closer
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: needs more info
days: 7
comment: too little info bye