Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6d1665137 | |||
| ffb3fb199a |
@@ -3,7 +3,7 @@ FROM git.tainton.uk/repos/runner-ubuntu-custom:latest
|
||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN pipx install conventional-pre-commit==4.0.0
|
||||
RUN pipx install conventional-pre-commit==4.3.0
|
||||
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@@ -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