Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Feature request triage bot #1216

Feature request triage bot

Feature request triage bot #1216

name: Feature request triage bot
# Declare default permissions as read only.
permissions:
contents: read
on:
schedule:
# Run at 13:00 every day
- cron: '0 13 * * *'
jobs:
feature_triage:
# To prevent this action from running in forks, we only run it if the repository is exactly the
# angular/angular-cli repository.
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@f072244090ead81c3fc2446317a1d4d7a6727537
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.