Skip to content

fix: camelToSnake to respect uppercase words, such as "GetAPIValue" -> "GET_API_VALUE" #1571

fix: camelToSnake to respect uppercase words, such as "GetAPIValue" -> "GET_API_VALUE"

fix: camelToSnake to respect uppercase words, such as "GetAPIValue" -> "GET_API_VALUE" #1571

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}