Skip to content

Commit

Permalink
Add support for symfony/webpack-encore-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Oct 1, 2024
1 parent ced46ab commit f25dcca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ crons:
spec: '28 12 * * *'
cmd: croncape bin/console app:issue:ping-stale symfony/webpack-encore --not-updated-for 6months

stale_issues_webpack_encore_bundle:
spec: '18 12 * * *'
cmd: croncape bin/console app:issue:ping-stale symfony/webpack-encore-bundle --not-updated-for 6months

relationships:
database: "mydatabase:postgresql"
13 changes: 13 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ parameters:
- 'App\Subscriber\AllowEditFromMaintainerSubscriber'
secret: '%env(SYMFONY_WEBPACK_ENCORE_SECRET)%'

symfony/webpack-encore-bundle:
subscribers:
- 'App\Subscriber\AutoLabelFromContentSubscriber'
- 'App\Subscriber\StatusChangeByCommentSubscriber'
- 'App\Subscriber\StatusChangeOnPushSubscriber'
- 'App\Subscriber\StatusChangeByReviewSubscriber'
- 'App\Subscriber\NeedsReviewNewPRSubscriber'
- 'App\Subscriber\BugLabelNewIssueSubscriber'
- 'App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
- 'App\Subscriber\RewriteUnwantedPhrasesSubscriber'
- 'App\Subscriber\AllowEditFromMaintainerSubscriber'
secret: '%env(SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET)%'

services:
_defaults:
autowire: true
Expand Down

0 comments on commit f25dcca

Please sign in to comment.