-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
2,065 additions
and
16,270 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 |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
|
||
/.github export-ignore | ||
CHANGELOG.md export-ignore | ||
.styleci.yml export-ignore |
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,20 @@ | ||
######################################################################################################################## | ||
## ## | ||
## This github workflow file is part of the Platform.sh process of updating and maintaining our collection of ## | ||
## templates. For more information see https://github.com/platformsh-templates/ghrw-templates ## | ||
## and https://github.com/search?q=topic%3Agithub-action+org%3Aplatformsh ## | ||
## ## | ||
## YOU CAN SAFELY DELETE THIS FILE ## | ||
## ## | ||
######################################################################################################################## | ||
name: Runs post merge-acceptance workflows | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
|
||
jobs: | ||
run-reusable-post-pr-acceptance: | ||
uses: platformsh-templates/ghrw-templates/.github/workflows/post-pr-acceptance.yaml@main | ||
secrets: inherit |
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,20 @@ | ||
######################################################################################################################## | ||
## ## | ||
## This github workflow file is part of the Platform.sh process of updating and maintaining our collection of ## | ||
## templates. For more information see https://github.com/platformsh-templates/ghrw-templates ## | ||
## and https://github.com/search?q=topic%3Agithub-action+org%3Aplatformsh ## | ||
## ## | ||
## YOU CAN SAFELY DELETE THIS FILE ## | ||
## ## | ||
######################################################################################################################## | ||
name: Sync repository issues to template-builder project | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
run-reusable-issue-sync: | ||
uses: platformsh-templates/ghrw-templates/.github/workflows/project-issues.yaml@main | ||
secrets: inherit |
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,23 +1,20 @@ | ||
######################################################################################################################## | ||
## ## | ||
## This github workflow file is part of the Platform.sh process of updating and maintaining our collection of ## | ||
## templates. For more information see https://github.com/platformsh-templates/ghrw-templates ## | ||
## and https://github.com/search?q=topic%3Agithub-action+org%3Aplatformsh ## | ||
## ## | ||
## YOU CAN SAFELY DELETE THIS FILE ## | ||
## ## | ||
######################################################################################################################## | ||
name: Trigger Source Operations on a Schedule | ||
on: | ||
schedule: | ||
# Run at 00:15 every day | ||
- cron: '15 */19 * * *' | ||
workflow_dispatch: | ||
|
||
env: | ||
PLATFORMSH_CLI_TOKEN: ${{ secrets.TEMPLATES_CLI_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.TEMPLATES_GITHUB_TOKEN }} | ||
|
||
jobs: | ||
run_dm_update: | ||
name: Trigger Source Op | ||
runs-on: ubuntu-latest | ||
if: ${{ github.repository_owner == 'platformsh-templates' }} | ||
steps: | ||
- name: 'Run source ops' | ||
id: run-source-op | ||
uses: platformsh/gha-run-sourceops-update@main | ||
with: | ||
github_token: ${{ secrets.TEMPLATES_GITHUB_TOKEN }} | ||
platformsh_token: ${{ secrets.TEMPLATES_CLI_TOKEN }} | ||
run-reusable-sop-update: | ||
uses: platformsh-templates/ghrw-templates/.github/workflows/sourceops.yaml@main | ||
secrets: inherit |
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 |
---|---|---|
@@ -1,14 +1,18 @@ | ||
/node_modules | ||
/public/build | ||
/public/hot | ||
/public/storage | ||
/storage/*.key | ||
/vendor | ||
.env | ||
.env.backup | ||
.env.production | ||
.phpunit.result.cache | ||
Homestead.json | ||
Homestead.yaml | ||
auth.json | ||
npm-debug.log | ||
yarn-error.log | ||
/.fleet | ||
/.idea | ||
/.vscode |
Oops, something went wrong.