angular/.github/workflows/feature-requests.yml
2021-11-03 15:06:36 -07:00

15 lines
402 B
YAML

name: Feature request triage bot
on:
schedule:
# Run at 14:00 every day
- cron: '0 14 * * *'
jobs:
feature_triage:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@c1eb5f77b2340f79119a55c412b795756625f136
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}