Skip to content

feat(api.iam): persist tenant membership #708

feat(api.iam): persist tenant membership

feat(api.iam): persist tenant membership #708

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure allowed types (aligns with conventional commits)
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Require a scope (optional, set to false if you don't want to require scopes)
requireScope: false
# GitHub will use the PR title as the default commit message when squashing
# Validate the entire title format
validateSingleCommit: false