We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b72b01 + 4a2bdbc commit 7a11b5bCopy full SHA for 7a11b5b
.github/workflows/commit-lint.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Commit lint
17
# Dependabot sometimes makes some really long commit messages and I can't stop it
18
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
19
- uses: ahmadnassri/[email protected].16
+ uses: ahmadnassri/[email protected].17
20
with:
21
token: ${{ github.token }}
0 commit comments