ci: run Linux CI on Namespace shadow behind NAMESPACE_SHADOW_LINUX_AUTO_DISPATCH #101013
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: "Conventional Commit Validation PR Title" | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| types: [opened,edited] | |
| jobs: | |
| pr-title-linter: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # this is a hash for amannn/action-semantic-pull-request@v5.4.0 | |
| - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f | |
| with: | |
| types: | | |
| build | |
| chore | |
| ci | |
| docs | |
| feat | |
| fix | |
| perf | |
| refactor | |
| revert | |
| style | |
| test | |
| bump | |
| release | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |