Skip to content

Commit

Permalink
chore(CI): Upgrade action-semantic-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jun 21, 2021
1 parent 3ffe21e commit c2cc191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-title-validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Require PR title to comply with Conventional Commits"
name: "Validate PR title"
on:
pull_request:
types:
Expand All @@ -7,9 +7,9 @@ on:
- synchronize

jobs:
main:
action-semantic-pull-request:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v1.2.0
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2cc191

Please sign in to comment.