Skip to content

feat: log the group a user represents when checking in to main assembly #192

feat: log the group a user represents when checking in to main assembly

feat: log the group a user represents when checking in to main assembly #192

name: "Validate semantic PR title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate that the PR title is semantic
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
ignore-semantic