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
This commit is contained in:
parent
42449b4555
commit
65921eb61e
|
@ -10,6 +10,6 @@ jobs:
|
||||||
if: github.repository == 'angular/angular'
|
if: github.repository == 'angular/angular'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: angular/dev-infra/github-actions/feature-request@a3fb5e24b659411f1163461a778a1fa79e119d2f
|
- uses: angular/dev-infra/github-actions/feature-request@8467fd69f068914f8f25e10b1a80c183ee886de4
|
||||||
with:
|
with:
|
||||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue