File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92
2121
2222SYMFONY_DOCS_SECRET = ' '
2323SYMFONY_SECRET = ' '
24+ SYMFONY_AI_SECRET = ' '
2425SYMFONY_UX_SECRET = ' '
2526SYMFONY_WEBPACK_ENCORE_SECRET = ' '
2627SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET = ' '
Original file line number Diff line number Diff line change 6565 spec : ' 18 12 * * *'
6666 cmd : croncape bin/console app:issue:ping-stale symfony/webpack-encore-bundle --not-updated-for 6months
6767
68+ stale_issues_ai :
69+ spec : ' 9 12 * * *'
70+ cmd : croncape bin/console app:issue:ping-stale symfony/ai --not-updated-for 6months
71+
6872relationships :
6973 database : " mydatabase:postgresql"
Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ parameters:
6161 - ' App\Subscriber\AllowEditFromMaintainerSubscriber'
6262 - ' App\Subscriber\ApproveCiForNonContributors'
6363
64+ symfony/ai :
65+ subscribers :
66+ - ' App\Subscriber\AutoLabelFromContentSubscriber'
67+ - ' App\Subscriber\AutoUpdateTitleWithLabelSubscriber'
68+ - ' App\Subscriber\StatusChangeByCommentSubscriber'
69+ - ' App\Subscriber\StatusChangeOnPushSubscriber'
70+ - ' App\Subscriber\StatusChangeByReviewSubscriber'
71+ - ' App\Subscriber\NeedsReviewNewPRSubscriber'
72+ - ' App\Subscriber\BugLabelNewIssueSubscriber'
73+ - ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
74+ - ' App\Subscriber\RewriteUnwantedPhrasesSubscriber'
75+ - ' App\Subscriber\AllowEditFromMaintainerSubscriber'
76+ secret : ' %env(SYMFONY_AI_SECRET)%'
77+
6478 symfony/ux :
6579 subscribers :
6680 - ' App\Subscriber\AutoLabelFromContentSubscriber'
You can’t perform that action at this time.
0 commit comments