Skip to content

refactor(client): Add overloads for application command create and edit methods. #86

refactor(client): Add overloads for application command create and edit methods.

refactor(client): Add overloads for application command create and edit methods. #86

# SPDX-License-Identifier: MIT
name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
permissions:
pull-requests: read
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}