Skip to content

refactor: move the Deployments under the User Guide #1082

refactor: move the Deployments under the User Guide

refactor: move the Deployments under the User Guide #1082

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
name: Check pull request title
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}