fix: four silent-drop defects in forward classes and standalone homes #429
Workflow file for this run
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: Semantic PR | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - edited | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }} | |
| cancel-in-progress: true | |
| jobs: | |
| main: | |
| name: Check pull request title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: amannn/action-semantic-pull-request@v5.5.2 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| # Type abbreviation comments: | |
| # feat -> feature | |
| types: | | |
| fix | |
| docs | |
| feat | |
| test | |
| perf | |
| style | |
| revert | |
| cleanup | |
| improve | |
| refactor | |
| breaking | |
| scopes: | | |
| ci | |
| bug | |
| lib | |
| ctx | |
| docs | |
| core | |
| repo | |
| class | |
| homes | |
| tests | |
| template | |
| batteries | |
| namespaces |