Add locker as an Action

This commit is contained in:
Jackson Kearl
2020-03-26 18:21:02 -07:00
parent 204bf79929
commit 41206ec573
5 changed files with 23 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v6
ref: v8
- name: Run Commands
uses: ./commands
with:

View File

@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v6
ref: v8
- name: Run CopyCat (JacksonKearl/testissues)
uses: ./copycat
with:

20
.github/workflows/locker.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Locker
on:
schedule:
- cron: 0 * * * *
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v8
- name: Run Locker
uses: ./locker
with:
daysSinceClose: 45
daysSinceUpdate: 3
ignoredLabel: "*out-of-scope"

View File

@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v7
ref: v8
- name: Run Needs Version Info
uses: ./needs-more-info
with: