We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d984cce commit 8bd529bCopy full SHA for 8bd529b
.github/workflows/feature-requests.yml
@@ -0,0 +1,15 @@
1
+name: Feature request triage bot
2
+
3
+on:
4
+ schedule:
5
+ # Run at 15:00 every day
6
+ - cron: '0 15 * * *'
7
8
+jobs:
9
+ feature_triage:
10
+ if: github.repository == 'angular/components'
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: angular/dev-infra/github-actions/feature-request@8298e121c51960857ef39abc16b743775ff6be68
14
+ with:
15
+ angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
0 commit comments