Skip to content

Commit cee9b00

Browse files
committed
chore: remove branch references
1 parent 303f03e commit cee9b00

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,4 @@ jobs:
7373
with:
7474
repository: ${{ matrix.repos }}
7575
- name: Pre-commit
76-
# TODO: use a released version of this action
77-
uses: open-turo/action-pre-commit@conditionalize-config
76+
uses: open-turo/action-pre-commit@v1

action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ runs:
7676
# This will skip the (slow) pyenv install if we triggered the above
7777
uses: open-turo/action-setup-tools@v1
7878
- name: Commitlint
79-
# TODO: use a released version of this action
80-
uses: open-turo/action-pre-commit/commitlint@conditionalize-config
79+
# This version needs to be sync'd with the repo HEAD if a major version is cut
80+
uses: open-turo/action-pre-commit/commitlint@v1
8181
with:
8282
restore-config: "false"
8383
config-file: ${{ inputs.config-file }}

0 commit comments

Comments
 (0)