This repository was archived by the owner on May 11, 2026. It is now read-only.
chore(cargo): bump serde_with from 3.18.0 to 3.19.0 #1804
This file contains hidden or 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 Conventional Commit Validation | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited] | |
| jobs: | |
| validate-pr-title: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: PR Conventional Commit Validation | |
| uses: ytanikin/pr-conventional-commits@1.5.2 | |
| with: | |
| # https://www.conventionalcommits.org/en/v1.0.0/#specification | |
| task_types: '["feat","fix","build","style","docs","test","ci","refactor","perf","chore","revert"]' | |
| add_label: 'false' |