https://github.com/angular/angular
Raw File
Tip revision: 43525adab18a45e2ccfa6ab70da2d06f2cc381af authored by Andrew Scott on 19 May 2021, 17:41:15 UTC
release: cut the v12.0.1 release (#42175)
Tip revision: 43525ad
feature-requests.yml
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@29796774d2f41de529a88d99afeb22520f1ba091
        with:
          angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
          limit: 50
back to top