Skip to content

Commit c08a09c

Browse files
authored
Some updates to help with symfony/ux maintenance (#228)
1 parent 2b9a181 commit c08a09c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.platform.app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ crons:
5050
spec: '48 12 * * *'
5151
cmd: croncape bin/console app:issue:ping-stale symfony/symfony-docs --not-updated-for 12months
5252

53+
stale_issues_ux:
54+
spec: '38 12 * * *'
55+
cmd: croncape bin/console app:issue:ping-stale symfony/ux --not-updated-for 6months
56+
5357
relationships:
5458
database: "mydatabase:postgresql"
5559

config/services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ parameters:
6363

6464
symfony/ux:
6565
subscribers:
66+
- 'App\Subscriber\AutoLabelFromContentSubscriber'
67+
- 'App\Subscriber\AutoUpdateTitleWithLabelSubscriber'
6668
- 'App\Subscriber\StatusChangeByCommentSubscriber'
6769
- 'App\Subscriber\StatusChangeOnPushSubscriber'
6870
- 'App\Subscriber\StatusChangeByReviewSubscriber'

0 commit comments

Comments
 (0)