Skip to content

Commit

Permalink
Fix PR validator
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Oct 13, 2023
1 parent f6b6f86 commit a65e1cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
echo "error: Invalid PR title format. Please use 'PR-XXX: Your title'."
exit 1
fi
continue-on-error: true
- name: Check PR description format
run: |
Expand All @@ -28,4 +27,3 @@ jobs:
echo "error: Invalid PR description format. Please provide a valid description."
exit 1
fi
continue-on-error: true

0 comments on commit a65e1cb

Please sign in to comment.