Skip to content

chore(dao-ui): remove hekla preview and prod #65

chore(dao-ui): remove hekla preview and prod

chore(dao-ui): remove hekla preview and prod #65

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- edited
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-pr-title:
if: github.event.pull_request.draft == false && github.head_ref != 'release-please-*'
runs-on: [arc-runner-set]
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Non-package scopes explained:
# - repo: The repository itself (not a specific package)
# - main: For release-please PRs
scopes: |
aragon-ods-fork
dao-ui
main
repo
requireScope: true
subjectPattern: ^(?![A-Z])(?!.*\btypo\b).+$ # Require lowercase PR title and prohibit word "typo"
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character and doesn't contains word "typo".