feat: add Shutdown to support graceful quit of HTTP Server #192
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Check Title | |
on: | |
pull_request: | |
jobs: | |
pr-check-title: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Slashgear/[email protected] | |
with: | |
regexp: "^(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release|revert)(\\(.+\\))?!?: .+" | |
helpMessage: "Your PR title is invalid. Please follow the Conventional Commits specification: https://www.conventionalcommits.org/en/v1.0.0/" |