Skip to content

Commit

Permalink
ci: pr linting (ulic75#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulic75 authored Apr 28, 2022
1 parent 18bd8b9 commit c0028a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semantic-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "Semantic PR"
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
name: "Lint PR"

on:
pull_request_target:
Expand All @@ -13,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4.2.0
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c0028a8

Please sign in to comment.