WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[Snyk] Fix for 2 vulnerabilities #134

[Snyk] Fix for 2 vulnerabilities

[Snyk] Fix for 2 vulnerabilities #134

Triggered via pull request December 7, 2025 09:26
Status Failure
Total duration 7s
Artifacts

validate-pr-title.yml

on: pull_request
Validate PR Title Format
4s
Validate PR Title Format
Fit to window
Zoom out
Zoom in

Annotations

1 error
Validate PR Title Format
❌ **Invalid PR Title Format** Your PR title: `[Snyk] Fix for 2 vulnerabilities` **Expected format:** `type(scope): short description` (description must start with lowercase) **Valid types:** - `fix` - Bug fixes - `feature` - New features - `improvement` - Enhancements to existing features - `breaking` - Breaking changes - `docs` - Documentation updates - `chore` - Maintenance tasks **Scope:** Optional, short identifier in parentheses (e.g., `(api)`, `(auth)`, `(ui)`) **Examples:** - `fix: prevent crash on sync` - `fix(api): handle null response from auth endpoint` - `docs(cli): update installation guide`