Skip to content

[pull] main from customerio:main #22

[pull] main from customerio:main

[pull] main from customerio:main #22

Workflow file for this run

name: Semantic PR helper
on:
pull_request:
types: [opened, reopened, edited, synchronize, labeled]
permissions:
pull-requests: write
jobs:
pr-help:
name: Semantic PR helper
runs-on: ubuntu-latest
steps:
- name: Semantic PR helper
uses: levibostian/action-semantic-pr@v3
with:
readToken: ${{ secrets.GITHUB_TOKEN }}