Compare commits
4 Commits
288e0e5e25
...
v1.32.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 188d42b9c5 | |||
| d8d8b9f6ef | |||
| 0213ed4849 | |||
| 12a1d612ca |
@@ -11,6 +11,6 @@ jobs:
|
|||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
|
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
commit-message: ${{ gitea.event.pull_request.title }}
|
commit-message: ${{ gitea.event.pull_request.title }}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM python:3.14-slim
|
|||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ENV PYTHONPATH="/run:/usr/local/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/site-packages:/usr/local/lib/python3.11"
|
ENV PYTHONPATH="/run:/usr/local/lib/python3.14/lib-dynload:/usr/local/lib/python3.14/site-packages:/usr/local/lib/python3.14"
|
||||||
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
|
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
|
||||||
|
|
||||||
WORKDIR /run
|
WORKDIR /run
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
"platformCommit": "enabled",
|
"platformCommit": "enabled",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"rollbackPrs": true,
|
"rollbackPrs": true,
|
||||||
|
"semanticCommits": "enabled",
|
||||||
|
"semanticCommitScope": "deps",
|
||||||
|
"semanticCommitType": "feat",
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"commitMessagePrefix": "[SECURITY] ",
|
"commitMessagePrefix": "[SECURITY] ",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user