Bump actions & fix #109699

This commit is contained in:
Jackson Kearl
2020-11-06 12:11:59 -08:00
parent 153ba443d5
commit ce7e6d9978
14 changed files with 16 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ jobs:
with:
repository: 'microsoft/vscode-github-triage-actions'
path: ./actions
ref: v39
ref: v40
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Locker
@@ -24,3 +24,5 @@ jobs:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
daysSinceUpdate: 3
ignoredLabel: "*out-of-scope"
ignoreLabelUntil: "author-verification-requested"
labelUntil: "verified"