Skip to content

Commit

Permalink
chore: add test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
augustobmoura committed Nov 14, 2023
1 parent 204767b commit 3ca3988
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/format-dependabot-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }}

0 comments on commit 3ca3988

Please sign in to comment.