Skip to content

Commit

Permalink
chore(github-actions): bump morrisoncole/pr-lint-action from 1.7.0 to…
Browse files Browse the repository at this point in the history
… 1.7.1 (#885)
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 825eb9c commit ab8feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-name-into-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Lint Pull Request Name 🔃
uses: morrisoncole/pr-lint-action@v1.7.0
uses: morrisoncole/pr-lint-action@v1.7.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
title-regex: ^(?<type>build|tech|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(?<scope>\(\w+(-\w+)*\)?((?=:\s)|(?=!:\s)))(?<breaking>!)?(?<subject>:\s.+)$
Expand Down

0 comments on commit ab8feaf

Please sign in to comment.