Skip to content

Commit f43de10

Browse files
authored
Merge branch 'main' into remove-indexes
2 parents f11fb58 + 6d66dc8 commit f43de10

File tree

7 files changed

+74
-74
lines changed

7 files changed

+74
-74
lines changed

.github/workflows/check-pr-issue.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Check PR linked issue and assignee
1717
uses: arkid15r/check-pr-issue-action@a3635191c798f111aae577759b579dc37bb13e02
1818
with:
19-
close_pr_on_failure: 'false'
19+
close_pr_on_failure: 'true'
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
no_assignee_message: 'Test: The linked issue must be assigned to the PR author.'
22-
no_issue_message: 'Test: This PR must be linked to an issue.'
21+
no_assignee_message: 'The linked issue must be assigned to the PR author.'
22+
no_issue_message: 'The PR must be linked to an issue assigned to the PR author.'
2323
require_assignee: 'true'
2424
skip_users: 'arkid15r,kasya'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
rev: v0.14.2
1414
hooks:
15-
- id: ruff
15+
- id: ruff-check
1616
args:
1717
- --fix
1818
- id: ruff-format

backend/apps/api/rest/v0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ninja.pagination import RouterPaginated
66
from ninja.throttling import AuthRateThrottle
77

8-
from apps.api.rest.auth.api_key import ApiKey as ApiKey
8+
from apps.api.rest.auth.api_key import ApiKey
99
from apps.api.rest.v0.chapter import router as chapter_router
1010
from apps.api.rest.v0.committee import router as committee_router
1111
from apps.api.rest.v0.event import router as event_router

backend/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cspell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"devDependencies": {
33
"@cspell/dict-aws": "^4.0.15",
4-
"@cspell/dict-data-science": "^2.0.10",
5-
"@cspell/dict-en_us": "^4.4.21",
4+
"@cspell/dict-data-science": "^2.0.11",
5+
"@cspell/dict-en_us": "^4.4.22",
66
"@cspell/dict-fullstack": "^3.2.7",
7-
"@cspell/dict-golang": "^6.0.23",
7+
"@cspell/dict-golang": "^6.0.24",
88
"@cspell/dict-k8s": "^1.0.12",
9-
"@cspell/dict-people-names": "^1.1.14",
9+
"@cspell/dict-people-names": "^1.1.15",
1010
"@cspell/dict-software-terms": "^4.2.5",
1111
"@cspell/dict-win32": "^2.0.9",
1212
"cspell": "^8.19.4"

cspell/pnpm-lock.yaml

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)