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@c2fb49a44ad9fa77f508010f950524ee97f5e8d5 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}