Skip to content

Commit 750fc5c

Browse files
authored
Configure carsonbot for symfony/ai (#273)
1 parent c974575 commit 750fc5c

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92
2121

2222
SYMFONY_DOCS_SECRET=''
2323
SYMFONY_SECRET=''
24+
SYMFONY_AI_SECRET=''
2425
SYMFONY_UX_SECRET=''
2526
SYMFONY_WEBPACK_ENCORE_SECRET=''
2627
SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET=''

.platform.app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,9 @@ crons:
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+
6872
relationships:
6973
database: "mydatabase:postgresql"

config/services.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)