From f6ddbbcde411e02d2d428d71938754a8abeabb71 Mon Sep 17 00:00:00 2001 From: mgechev Date: Wed, 7 Jul 2021 12:15:51 -0700 Subject: [PATCH] ci: update the feature request bot (#42791) Introduce latest fixes in logging and labeling. PR Close #42791 --- .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 14be22ab2f..c3d59c7846 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@8467fd69f068914f8f25e10b1a80c183ee886de4 + - uses: angular/dev-infra/github-actions/feature-request@f83903fe1ac848407ef81465f66588e5accb6537 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}