Skip to content

refactor(commands): rewrite app command storage to support multiple per-guild commands with the same name #2808

refactor(commands): rewrite app command storage to support multiple per-guild commands with the same name

refactor(commands): rewrite app command storage to support multiple per-guild commands with the same name #2808

# SPDX-License-Identifier: MIT
name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read # to read the title of the pull
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}