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