Skip to content

feat(tasks): support both diracx-tasks and diracx-task-run (phase 1, #975) #814

feat(tasks): support both diracx-tasks and diracx-task-run (phase 1, #975)

feat(tasks): support both diracx-tasks and diracx-task-run (phase 1, #975) #814

Workflow file for this run

name: PR Title
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] read-only so there's no danger.
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
if: ${{ github.actor != 'pre-commit-ci[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
must not start with an uppercase letter.