Skip to content

Commit

Permalink
chore: dskjfkjsdhkfd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Oct 27, 2023
1 parent c427113 commit 4c6734e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: walt-id/commitlint-github-action@v4
# - uses: walt-id/commitlint-github-action@v4
- uses: wagoid/commitlint-github-action@v5
with:
noMerges: true
id: lint_commit_messages
continue-on-error: true
- name: semantic-pull-request
if: always() && !contains(fromJSON(steps.lint_commit_messages.outputs.results).*.valid, true)
id: lint_pr_title
uses: amannn/action-semantic-pull-request@v5.2.0
uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 4c6734e

Please sign in to comment.