Skip to content

feat(core): allow no-cache client credentials options throughout CLI #357

feat(core): allow no-cache client credentials options throughout CLI

feat(core): allow no-cache client credentials options throughout CLI #357

Workflow file for this run

name: '🧹 Lint PR Title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e
with:
types: |
fix
feat
chore
docs
scopes: |
core
tui
demo
ci
dependabot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}