ci: update the github feature request process action and run on cron (#42337)
- Update to the latest hash - Set the limit to 100 feature requests - Run daily at 2pm PR Close #42337
This commit is contained in:
parent
4cb11cc4e7
commit
15726594a9
|
@ -1,13 +1,15 @@
|
||||||
name: Feature request triage bot
|
name: Feature request triage bot
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on:
|
||||||
|
schedule:
|
||||||
|
# Run at 14:00 every day
|
||||||
|
- cron: '0 14 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
feature_triage:
|
feature_triage:
|
||||||
if: github.repository == 'angular/angular'
|
if: github.repository == 'angular/angular'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: angular/dev-infra/github-actions/feature-request@698f598d8a5ebc6917989512e8a3defc830ac06f
|
- uses: angular/dev-infra/github-actions/feature-request@a3fb5e24b659411f1163461a778a1fa79e119d2f
|
||||||
with:
|
with:
|
||||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||||
limit: 50
|
|
||||||
|
|
Loading…
Reference in New Issue