diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7fbdc44..49189a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9b18362..df89ac6 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -5,6 +5,7 @@ on: - closed - labeled + permissions: contents: write pull-requests: write @@ -12,10 +13,10 @@ permissions: 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 }} diff --git a/.github/workflows/sarah.yml b/.github/workflows/sarah.yml new file mode 100644 index 0000000..2d9cedd --- /dev/null +++ b/.github/workflows/sarah.yml @@ -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 \ No newline at end of file diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index ed43723..f92d806 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -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