Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4aab75f9c | |||
| 1ffa7f927b | |||
|
2f0efd251e
|
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-slim
|
||||
FROM python:3.14-slim
|
||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
WORKDIR /home
|
||||
COPY . .
|
||||
|
||||
@@ -10,11 +10,9 @@ inputs:
|
||||
priority:
|
||||
description: 'Message priority'
|
||||
required: false
|
||||
default: '0'
|
||||
sound:
|
||||
description: 'Sound to play'
|
||||
required: false
|
||||
default: 'pushover'
|
||||
title:
|
||||
description: 'Message title'
|
||||
required: false
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"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