Skip to content

fix: dak.firsts should be able to take any axis >= 1 in common case #2

fix: dak.firsts should be able to take any axis >= 1 in common case

fix: dak.firsts should be able to take any axis >= 1 in common case #2

Workflow file for this run

name: "PR title"
on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:
permissions:
pull-requests: read
concurrency:
group: 'pr-title-${{ github.head_ref || github.run_id }}'
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}