2021-05-06 19:49:59 -04:00
|
|
|
name: Feature request triage bot
|
|
|
|
|
2021-05-25 19:36:55 -04:00
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
# Run at 14:00 every day
|
|
|
|
- cron: '0 14 * * *'
|
2021-05-06 19:49:59 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
feature_triage:
|
|
|
|
if: github.repository == 'angular/angular'
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-05-25 19:36:55 -04:00
|
|
|
- uses: angular/dev-infra/github-actions/feature-request@a3fb5e24b659411f1163461a778a1fa79e119d2f
|
2021-05-06 19:49:59 -04:00
|
|
|
with:
|
2021-05-13 16:09:09 -04:00
|
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|