Skip to content

chore: semantic all the things! #1

chore: semantic all the things!

chore: semantic all the things! #1

Workflow file for this run

name: pull-request-rules
on:
pull_request:
branches:
- master # todo: change this to main when we move to trunk based workflow
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: semantic-pr
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}