Skip to content

Bump typo3/testing-framework from 8.3.1 to 9.5.0 #468

Bump typo3/testing-framework from 8.3.1 to 9.5.0

Bump typo3/testing-framework from 8.3.1 to 9.5.0 #468

Workflow file for this run

name: Check Pull Request
on:
pull_request_target:
types: [opened, edited, reopened, synchronize, ready_for_review, review_requested]
permissions:
contents: read
pull-requests: write
jobs:
check_commit_message:
name: Check Commit Message
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: "Check Commit Type"
uses: gsactions/commit-message-checker@v1
with:
pattern: '^(|\[(!!!|WIP|POC)\])\[(BUGFIX|DOCS|FEATURE|SECURITY|TASK|RELEASE|DEVBOX)\] .+($|\n|\r|\n\r)'
flags: ''
error: 'Your first line has to contain a commit type like "[BUGFIX]" or "[TASK]" or "[FEATURE]". See https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/Appendix/CommitMessage.html#commitmessage'
- name: "Check Line Length"
uses: gsactions/commit-message-checker@v1
with:
pattern: '^[^#].{1,72}'
flags: 'gm'
error: 'The maximum line length of 72 characters is exceeded.'
assign_labels:
name: Assign Labels
needs: check_commit_message
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: "Assign and check labels"
uses: fuxingloh/multi-labeler@v1
with:
config-path: .github/pr-labeler.yml