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-06-03 12:17:40 -04:00
|
|
|
- uses: angular/dev-infra/github-actions/feature-request@8467fd69f068914f8f25e10b1a80c183ee886de4
|
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 }}
|