Skip to content

fix(web): Hotfix - Form, English locale with different options doesn't load email config correctly (#18015) #96324

fix(web): Hotfix - Form, English locale with different options doesn't load email config correctly (#18015)

fix(web): Hotfix - Form, English locale with different options doesn't load email config correctly (#18015) #96324

name: PR lint
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash
jobs:
lint:
name: Lint PR title
runs-on: arc-runners
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
infra
fix
docs
style
refactor
perf
test
build
ci
chore
revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}