Skip to content

Backport 'Share unpublish components with tokens' to 0.27 #471

Backport 'Share unpublish components with tokens' to 0.27

Backport 'Share unpublish components with tokens' to 0.27 #471

name: "[CI] Lint PR format"
on:
pull_request:
branches-ignore:
- "chore/l10n*"
types: [opened, edited, synchronize, reopened]
jobs:
check_title:
name: Check PR title
runs-on: ubuntu-20.04
steps:
- uses: rokroskar/[email protected]
if: "github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: deepakputhraya/action-pr-title@master
with:
disallowed_prefixes: "feat,chore,build,ci,refactor,docs,wip"
prefix_case_sensitive: false
min_length: 5
max_length: 100