From 8f894e8b0073c7f3513b1776d7b1d7173ce2e2e6 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Tue, 31 Mar 2020 09:49:20 -0700 Subject: [PATCH] Update actions & use author-verified label for author-verified issues. --- .github/commands.json | 2 +- .github/disabled_workflows/needs-more-info-labeler.yml | 2 +- .github/workflows/author-verified.yml | 2 +- .github/workflows/commands.yml | 2 +- .github/workflows/copycat.yml | 2 +- .github/workflows/locker.yml | 2 +- .github/workflows/needs-more-info-closer.yml | 2 +- .github/workflows/new-release.yml | 2 +- .github/workflows/test-plan-item-validator.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/commands.json b/.github/commands.json index 3a010489e75..b8ffd884002 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -96,7 +96,7 @@ "@author" ], "action": "updateLabels", - "addLabel": "verified", + "addLabel": "author-verified", "removeLabel": "author-verification-requested", "requireLabel": "author-verification-requested", "disallowLabel": "awaiting-insiders-release" diff --git a/.github/disabled_workflows/needs-more-info-labeler.yml b/.github/disabled_workflows/needs-more-info-labeler.yml index c0572f93bd8..e35d20da50e 100644 --- a/.github/disabled_workflows/needs-more-info-labeler.yml +++ b/.github/disabled_workflows/needs-more-info-labeler.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run Needs More Info Labeler uses: ./needs-more-info-labeler with: diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index d37bbb0f3d8..8cfb3050caa 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: master # update once stabalized + ref: v18 path: ./actions - name: Checkout Repo uses: actions/checkout@v2 diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 2f7c331bf82..7dd06068a28 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index ad5c9840fcf..1f887cbd501 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 6ff1f5ed75e..91cb16a5b38 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run Locker uses: ./locker with: diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index e359609b13e..6af0fa12fae 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index b0583ecf9ef..cc201e4c13b 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run New Release uses: ./new-release with: diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index f1b59401382..b5cce0b8987 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v16 + ref: v18 - name: Run Test Plan Item Validator uses: ./test-plan-item-validator with: