We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303f03e commit cee9b00Copy full SHA for cee9b00
.github/workflows/ci.yaml
@@ -73,5 +73,4 @@ jobs:
73
with:
74
repository: ${{ matrix.repos }}
75
- name: Pre-commit
76
- # TODO: use a released version of this action
77
- uses: open-turo/action-pre-commit@conditionalize-config
+ uses: open-turo/action-pre-commit@v1
action.yaml
@@ -76,8 +76,8 @@ runs:
# This will skip the (slow) pyenv install if we triggered the above
uses: open-turo/action-setup-tools@v1
78
- name: Commitlint
79
80
- uses: open-turo/action-pre-commit/commitlint@conditionalize-config
+ # This version needs to be sync'd with the repo HEAD if a major version is cut
+ uses: open-turo/action-pre-commit/commitlint@v1
81
82
restore-config: "false"
83
config-file: ${{ inputs.config-file }}
0 commit comments