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
21
21
22
22
SYMFONY_DOCS_SECRET = ' '
23
23
SYMFONY_SECRET = ' '
24
+ SYMFONY_AI_SECRET = ' '
24
25
SYMFONY_UX_SECRET = ' '
25
26
SYMFONY_WEBPACK_ENCORE_SECRET = ' '
26
27
SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET = ' '
Original file line number Diff line number Diff line change 65
65
spec : ' 18 12 * * *'
66
66
cmd : croncape bin/console app:issue:ping-stale symfony/webpack-encore-bundle --not-updated-for 6months
67
67
68
+ stale_issues_ai :
69
+ spec : ' 9 12 * * *'
70
+ cmd : croncape bin/console app:issue:ping-stale symfony/ai --not-updated-for 6months
71
+
68
72
relationships :
69
73
database : " mydatabase:postgresql"
Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ parameters:
61
61
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
62
62
- ' App\Subscriber\ApproveCiForNonContributors'
63
63
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
+
64
78
symfony/ux :
65
79
subscribers :
66
80
- ' App\Subscriber\AutoLabelFromContentSubscriber'
You can’t perform that action at this time.
0 commit comments