We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1edf34 commit d8b96edCopy full SHA for d8b96ed
.github/workflows/issue-to-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21
22
- name: "Parse Issue Body"
23
- uses: stefanbuck/github-issue-parser@25f1485edffc1fee3ea68eb9f59a72e58720ffc4 # v3.2.2
+ uses: stefanbuck/github-issue-parser@10dcc54158ba4c137713d9d69d70a2da63b6bda3 # v3.2.3
24
id: issue-parser
25
with:
26
template-path: .github/ISSUE_TEMPLATE/new-component-request.yml # optional but recommended
.pre-commit-config.yaml
@@ -57,7 +57,7 @@ repos:
57
58
# Python linting using ruff
59
- repo: https://github.com/astral-sh/ruff-pre-commit
60
- rev: v0.14.11
+ rev: v0.14.13
61
hooks:
62
- id: ruff-check
63
- id: ruff-format
0 commit comments