We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0288101 commit 1f7a709Copy full SHA for 1f7a709
1 file changed
.github/workflows/housekeeping.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Install Dependencies
31
run: npm ci
32
33
+ - name: Turn off pre-commit hooks
34
+ run: git config --local core.hooksPath ""
35
+
36
- name: Generate Version PR
37
run: npx -y tsx src/tools/bin/generate-version-pr.ts
38
env:
0 commit comments