diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index 3e0e8b6425b..cdac9b1639d 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -1,6 +1,7 @@ name: Author Verified on: repository_dispatch: + types: [trigger-author-verified] schedule: - cron: 20 14 * * * # 4:20pm Zurich issues: @@ -16,7 +17,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Install Actions if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') diff --git a/.github/workflows/classifier-apply.yml b/.github/workflows/classifier-apply.yml index a881de9e501..0a009ee4dc3 100644 --- a/.github/workflows/classifier-apply.yml +++ b/.github/workflows/classifier-apply.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Install Actions run: npm install --production --prefix ./actions diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index e11044ee792..69666c1ad89 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: with: repository: 'microsoft/vscode-github-triage-actions' path: ./actions - ref: v18 + ref: v19 - name: Install Actions run: npm install --production --prefix ./actions - name: Run Commands diff --git a/.github/workflows/english-please.yml b/.github/workflows/english-please.yml index 1e18239a5cf..e72804fbac4 100644 --- a/.github/workflows/english-please.yml +++ b/.github/workflows/english-please.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Install Actions if: contains(github.event.issue.labels.*.name, '*english-please') diff --git a/.github/workflows/feature-request.yml b/.github/workflows/feature-request.yml index d14c721c0f3..9f47329e92c 100644 --- a/.github/workflows/feature-request.yml +++ b/.github/workflows/feature-request.yml @@ -1,6 +1,7 @@ name: Feature Request Manager on: repository_dispatch: + types: [trigger-feature-request-manager] issues: types: [milestoned] schedule: @@ -17,7 +18,7 @@ jobs: with: repository: 'microsoft/vscode-github-triage-actions' path: ./actions - ref: v18 + ref: v19 - name: Install Actions if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request') run: npm install --production --prefix ./actions diff --git a/.github/workflows/latest-release-monitor.yml b/.github/workflows/latest-release-monitor.yml new file mode 100644 index 00000000000..5704f8b4371 --- /dev/null +++ b/.github/workflows/latest-release-monitor.yml @@ -0,0 +1,20 @@ +name: Latest Release Monitor +on: + schedule: + - cron: 0/10 * * * * + +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: Checkout Actions + uses: actions/checkout@v2 + with: + repository: 'microsoft/vscode-github-triage-actions' + path: ./actions + ref: v19 + - name: Install Actions + run: npm install --production --prefix ./actions + run: npm install @azure/storage-blob + - name: Run Locker + uses: ./actions/latest-release-monitor diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index b7ad214939e..c69023e1ca2 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -3,6 +3,7 @@ on: schedule: - cron: 20 23 * * * # 4:20pm Redmond repository_dispatch: + types: [trigger-locker] jobs: main: @@ -13,7 +14,7 @@ jobs: with: repository: 'microsoft/vscode-github-triage-actions' path: ./actions - ref: v18 + ref: v19 - name: Install Actions run: npm install --production --prefix ./actions - name: Run Locker diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index 9693bab593a..5e81f1e11b8 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -3,6 +3,7 @@ on: schedule: - cron: 20 11 * * * # 4:20am Redmond repository_dispatch: + types: [trigger-needs-more-info] jobs: main: @@ -13,7 +14,7 @@ jobs: with: repository: 'microsoft/vscode-github-triage-actions' path: ./actions - ref: v18 + ref: v19 - name: Install Actions run: npm install --production --prefix ./actions - name: Run Needs More Info Closer diff --git a/.github/workflows/on-label.yml b/.github/workflows/on-label.yml index 241e75e670d..a2162143724 100644 --- a/.github/workflows/on-label.yml +++ b/.github/workflows/on-label.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Install Actions run: npm install --production --prefix ./actions diff --git a/.github/workflows/on-open.yml b/.github/workflows/on-open.yml index 9d1be512929..cd4ffd49feb 100644 --- a/.github/workflows/on-open.yml +++ b/.github/workflows/on-open.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Install Actions run: npm install --production --prefix ./actions diff --git a/.github/workflows/release-pipeline-labeler.yml b/.github/workflows/release-pipeline-labeler.yml index 83eb1657edf..d04ed19fbb7 100644 --- a/.github/workflows/release-pipeline-labeler.yml +++ b/.github/workflows/release-pipeline-labeler.yml @@ -1,9 +1,9 @@ name: "Release Pipeline Labeler" on: issues: - types: [closed] - schedule: - - cron: 20 14 * * * # 4:20pm Zurich + types: [closed] + repository_dispatch: + types: [released-insider] jobs: main: @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'microsoft/vscode-github-triage-actions' - ref: v18 + ref: v19 path: ./actions - name: Checkout Repo if: github.event_name != 'issues' diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index 154189c4d6c..759f41fae4c 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -14,7 +14,7 @@ jobs: with: repository: 'microsoft/vscode-github-triage-actions' path: ./actions - ref: v18 + ref: v19 - name: Install Actions if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') run: npm install --production --prefix ./actions