Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ updates:
directory: "/"
target-branch: "13.4"
schedule:
interval: weekly
day: monday
interval: daily
#day: monday
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "14.3"
schedule:
interval: weekly
day: monday
interval: daily
#day: monday
open-pull-requests-limit: 5
9 changes: 5 additions & 4 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ on:
- closed
- labeled


permissions:
contents: write
pull-requests: write
issues: write

jobs:
backport:
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@161f3bed5308099b67674e3e9d5a735e02500b24
uses: sarahmccarthy123/.github/.github/workflows/reusable-sarah-backport.yml@82ca719a0423e20673c10a28637ebab1c68872c9
with:
label_pattern: "^backport (.+)$"
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
#secrets:
# APP_ID: ${{ secrets.APP_ID }}
# APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

16 changes: 16 additions & 0 deletions .github/workflows/sarah.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sarah Simple Workflow
on:
workflow_dispatch:


jobs:
tests:
name: sarahtestmkdir
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1.1.0

- name: Test if a directory can be created
run: |
mkdir -p Documentation-GENERATED-temp
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Introduction
About this document
===================

Creating a website in multiple languages with TYPO3 can be done in a
sarah Creating a website in multiple languages with TYPO3 can be done in a
variety of ways (as is usual). Unfortunately, all the options are hard to
understand unless described in a context where used. In addition, even
if you understand the context you might like to get some suggestions
Expand Down