Skip to content

Add scheduled workflow for whitespace checks #330

Add scheduled workflow for whitespace checks

Add scheduled workflow for whitespace checks #330

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
permissions:
contents: write
pull-requests: write
issues: write
jobs:
backport:
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@161f3bed5308099b67674e3e9d5a735e02500b24
with:
label_pattern: "^backport (.+)$"
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}