Skip to content

feat(03): add donna:focus prioritized now view skill #43

feat(03): add donna:focus prioritized now view skill

feat(03): add donna:focus prioritized now view skill #43

Workflow file for this run

name: "PR lint"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
branches:
- main
permissions:
id-token: write
contents: read
pull-requests: write
jobs:
pr-lint:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
chore