mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
19 lines
457 B
YAML
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
|