Skip to content

Commit

Permalink
[TASK] Automate updates from core (#17)
Browse files Browse the repository at this point in the history
This patch automates the updates from the TYPO3 Core by perdiodically
check for changes, commit it and create a pull request.

Resolves #15
  • Loading branch information
gilbertsoft authored Nov 16, 2021
1 parent d507c8a commit 97c70b0
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.ddev export-ignore
/.github export-ignore
/.vscode export-ignore
/build/ export-ignore
/tests/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
Expand All @@ -11,6 +12,8 @@
/phpunit.xml export-ignore

# Enforce checkout with linux lf consistent over all platforms
*.js text eol=lf
*.ts text eol=lf
*.dist text eol=lf
*.json text eol=lf
*.php text eol=lf
Expand Down
Loading

0 comments on commit 97c70b0

Please sign in to comment.