From 65921eb61e9abcefa8cf0f96fa438a69a3e3862f Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 3 Jun 2021 09:17:40 -0700 Subject: [PATCH] ci: update the sha of the feature request process bot (#42469) Use the latest version of the feature request process bot that incorporates the latest fixes. PR Close #42469 --- .github/workflows/feature-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 9b3e3a1c26..14be22ab2f 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'angular/angular' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@a3fb5e24b659411f1163461a778a1fa79e119d2f + - uses: angular/dev-infra/github-actions/feature-request@8467fd69f068914f8f25e10b1a80c183ee886de4 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}