angular/.github/workflows/feature-requests.yml
2022-02-11 14:33:17 -08: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@fc71e037ade972136bc214df0f6c41ec04eb742a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}