Skip to content

Commit

Permalink
semantic job edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jun 12, 2024
1 parent 18a7112 commit 0b6d06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- synchronize

jobs:
lint-pr:
name: Validate PR title
semantic-pr:
name: Validate semantic PR title
runs-on: ubuntu-latest

steps:
- name: Lint title
- name: Semantic PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
subjectPattern: ^(?![A-Z]).+$
subjectPattern: ^(?![A-Z]).+$ # This pattern ensures the subject doesn't start with an uppercase character.

0 comments on commit 0b6d06a

Please sign in to comment.