Skip to content

chore: add test branch #5

chore: add test branch

chore: add test branch #5

name: Format dependabot PR title to Totpal's commit format
on:
pull_request:
types: [opened]
branches: [master]
jobs:
format_title:
name: Format title
if: startsWith(github.head_ref, 'dependabot-')
runs-on: ubuntu-latest
steps:
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@fx-4409-adoption-of-toptal-commit-message-format
with:
github-token: ${{ secrets.TOPTAL_DEVBOT_TOKEN }}