Skip to content

Commit 20add2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#3758)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <[email protected]>
1 parent 15da251 commit 20add2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check if milestone or “no milestone” label is present
3333
uses: flying-sheep/check@v1
3434
with:
35-
success: ${{ github.event.pull_request.milestone != null || contains(github.event.pull_request.labels.*.name, 'no milestone') }}
35+
success: ${{ github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.milestone != null || contains(github.event.pull_request.labels.*.name, 'no milestone') }}
3636
- name: Check if the “Release notes” checkbox is checked and filled
3737
uses: kaisugi/[email protected]
3838
id: checked-relnotes
@@ -47,7 +47,7 @@ jobs:
4747
name: Check for release notes
4848
runs-on: ubuntu-latest
4949
needs: check-milestone
50-
if: ${{ needs.check-milestone.outputs.no-relnotes-reason == '' && !contains(github.event.pull_request.labels.*.name, 'Development Process 🚀') }}
50+
if: ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' && needs.check-milestone.outputs.no-relnotes-reason == '' && !contains(github.event.pull_request.labels.*.name, 'Development Process 🚀') }}
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.5
3+
rev: v0.12.7
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -17,7 +17,7 @@ repos:
1717
- --sort-by-bibkey
1818
- --drop=abstract
1919
- repo: https://github.com/biomejs/pre-commit
20-
rev: v2.1.2
20+
rev: v2.1.3
2121
hooks:
2222
- id: biome-format
2323
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)