Browse Source

chore: dont fetch full repo

In most cases we need 10-50 previous commits. Checking out full repo is
time consuming and not required.
version-14
Ankush Menat 2 years ago
parent
commit
4eb1fe74a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/semantic-commits.yml

+ 1
- 1
.github/workflows/semantic-commits.yml View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 200

- uses: actions/setup-node@v3
with:


Loading…
Cancel
Save