Update to the latest feature request triage bot commit to use the angular robot github app instead of a token directly. PR Close #42084
14 lines
376 B
YAML
14 lines
376 B
YAML
name: Feature request triage bot
|
|
|
|
on: [workflow_dispatch]
|
|
|
|
jobs:
|
|
feature_triage:
|
|
if: github.repository == 'angular/angular'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: angular/dev-infra/github-actions/feature-request@34dd2e86e50f548643797ebeb198784c1a15e276
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
|
limit: 50
|