Feature request triage bot #225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Feature request triage bot | |
on: | |
schedule: | |
# Run at 14:00 every day | |
- cron: '0 14 * * *' | |
# Declare default permissions as read only. | |
permissions: | |
contents: read | |
jobs: | |
feature_triage: | |
if: github.repository == 'angular/angular' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: angular/dev-infra/github-actions/feature-request@ba9b4487ced515e5b4d87edd681a3bd9792444d6 | |
with: | |
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} |