Files
nextcloud-pantry/.github/workflows/block-unconventional-commits.yml
2026-04-05 20:53:46 +03:00

19 lines
457 B
YAML

name: Block unconventional commits
on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
permissions:
contents: read
pull-requests: read
concurrency:
group: block-unconventional-commits-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
block-unconventional-commits:
uses: chenasraf/workflows/.github/workflows/nextcloud-block-unconventional-commits.yml@nextcloud-latest
secrets: inherit