From 401d60809e3f412f278b76a391809d7d198e2142 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 3 Mar 2026 21:39:13 +0100 Subject: [PATCH] ci: delete feature request workflow This will be removed from dev-infra. --- .github/workflows/feature-requests.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/feature-requests.yml diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml deleted file mode 100644 index dc02ea5f6ee2..000000000000 --- a/.github/workflows/feature-requests.yml +++ /dev/null @@ -1,21 +0,0 @@ -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@9cc477855b9788df6257301074a1629bc3545722 - with: - angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}