Skip to content

feat: Bounded tag vocabulary for activity processors (constrain LLM auto-ta… #566

feat: Bounded tag vocabulary for activity processors (constrain LLM auto-ta…

feat: Bounded tag vocabulary for activity processors (constrain LLM auto-ta… #566

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}