Skip to content

fix(summary): limited the jira issue summary not to exceed 255 characters in length #302

fix(summary): limited the jira issue summary not to exceed 255 characters in length

fix(summary): limited the jira issue summary not to exceed 255 characters in length #302

Workflow file for this run

name: Pre-commit
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
extra_args: --all-files