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.
1 parent 448a4fb commit a5a30b4Copy full SHA for a5a30b4
2 files changed
‎.github/workflows/ci-pr-checks.yml‎
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v6
21
22
- name: Check PR title
23
- uses: zrr1999/zendev-actions/validate-title@9013ad848b32d287d0258fdbc9f51e350b8eca33
+ uses: zrr1999/zendev/actions/validate-title@v0.0.5
24
with:
25
text: ${{ github.event.pull_request.title }}
26
‎prek.toml‎
@@ -48,7 +48,7 @@ hooks = [
48
49
[[repos]]
50
repo = "https://github.com/zrr1999/zendev"
51
-rev = "e2a5243899467d0df1cb1ab0ddcb18f3ef33d97b"
+rev = "v0.0.5"
52
hooks = [
53
{ id = "zendev-commit-msg" },
54
]
0 commit comments