From 433701b1368e4b54693260c8caeb5828d0211ba7 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 6 Oct 2020 17:35:54 +0100 Subject: [PATCH] Update triage issues workflow (#15909) * Update triage issues workflow see #15903 * Make the same fix in other workflows --- .github/workflows/triage-issue-comments.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- .github/workflows/triage-pull-requests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/triage-issue-comments.yml b/.github/workflows/triage-issue-comments.yml index 77a7e851342c..f14b7128e77a 100644 --- a/.github/workflows/triage-issue-comments.yml +++ b/.github/workflows/triage-issue-comments.yml @@ -33,7 +33,7 @@ jobs: return 'false' } - name: Label issues with new comments with 'triage' - uses: andymckay/labeler@v1.0.2 + uses: andymckay/labeler@1.0.2 if: (steps.is-internal-contributor.outputs.result == 'false') with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 301592da99c7..070f59891ce5 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Label new issues with 'triage' - uses: andymckay/labeler@v1.0.2 + uses: andymckay/labeler@1.0.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" add-labels: "triage" diff --git a/.github/workflows/triage-pull-requests.yml b/.github/workflows/triage-pull-requests.yml index 07ebe4ba0a34..71d6d343dab7 100644 --- a/.github/workflows/triage-pull-requests.yml +++ b/.github/workflows/triage-pull-requests.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Label new pull requests with 'triage' - uses: andymckay/labeler@v1.0.2 + uses: andymckay/labeler@1.0.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" add-labels: "triage"