generated from ConductionNL/Proto-component-commonground
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ConductionNL/dev-robert_1
Adding "audience" property, setting datafixture for "ringen" product
- Loading branch information
Showing
28 changed files
with
918 additions
and
698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Pull Request Test | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
create_pr: | ||
runs-on: ubuntu-latest | ||
name: Create Pull-Request on child repositories | ||
#needs: build | ||
if: contains( github.ref, 'master' ) | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Install hub | ||
uses: geertvdc/setup-hub@master | ||
- name: GitHub ref | ||
run: echo $GITHUB_REF | ||
- name: Checkout master | ||
run: git checkout master | ||
- name: Create PR | ||
# run: hub pull-request -b GemeenteUtrecht/productenendienstencatalogus:master -h ConductionNL/productenendienstencatalogus:master -m "$MESSAGE" | ||
# run: hub pull-request -b GemeenteUtrecht/productenendienstencatalogus:master -h $GITHUB_REPOSITORY:$GITHUB_REF -m "$MESSAGE" | ||
run: | | ||
for repo in $REPOS; do | ||
hub pull-request -b $repo:master -h $GITHUB_REPOSITORY:master -m "$MESSAGE" | ||
done | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_CI_TOKEN }} | ||
GITHUB_USER: ${{ secrets.GITHUB_CI_USER }} | ||
GITHUB_REPOSITORY: ${{ github.repository }} | ||
GITHUB_REF: ${{ github.ref }} | ||
HUB_VERBOSE: true | ||
MESSAGE: Automated pull request from GitHub Action | ||
REPOS: ${{ secrets.REPOS }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], | ||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], | ||
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], | ||
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true], | ||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], | ||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], | ||
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], | ||
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], | ||
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], | ||
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], | ||
Conduction\CommonGroundBundle\CommonGroundBundle::class => ['all' => true], | ||
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], | ||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], | ||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], | ||
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], | ||
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true], | ||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], | ||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], | ||
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], | ||
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], | ||
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], | ||
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], | ||
Conduction\CommonGroundBundle\CommonGroundBundle::class => ['all' => true], | ||
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], | ||
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], | ||
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true], | ||
Tbbc\MoneyBundle\TbbcMoneyBundle::class => ['all' => true], | ||
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true], | ||
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true], | ||
Tbbc\MoneyBundle\TbbcMoneyBundle::class => ['all' => true], | ||
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.