Skip to content

update(opensource):now 01cloud-backup is now opensource

025e071
Select commit
Loading
Failed to load commit list.
Merged

fix(precommit): precommit fixes to others files #1

update(opensource):now 01cloud-backup is now opensource
025e071
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable failed Apr 7, 2026 in 26s

1/6 Fail(s): DESCRIPTION

Status: FAIL

    Here are some stats of the run:
    6 validations were ran.
    5 PASSED
    1 FAILED

Details

✔️ Validator: TITLE

  • ✔️ title must include '^(feat|docs|chore|fix|refactor|test|style|perf)((\w+))?: .{5,}'
    Input : fix(precommit): precommit fixes to others files
    Settings : {"must_include":{"regex":"^(feat|docs|chore|fix|refactor|test|style|perf)(\\(\\w+\\))?: .{5,}","message":"Semantic release conventions must be followed. Example: feat(auth): add login page. Title must be at least 5 characters after the prefix."}}

✔️ Validator: DESCRIPTION

  • ✔️ description must include '[\s\S]{20,}'
    Input : # Pull Request

Summary

What does this PR change?

Related Issue

Closes #

Type of Change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • CI/Build/Tooling

Validation

  • I added/updated tests where needed
  • I ran formatting checks
  • I ran lint checks
  • I ran unit tests

Notes

Any implementation details for reviewers.

   Settings : ```{"must_include":{"regex":"[\\s\\S]{20,}","message":"Please provide a meaningful description of the PR (minimum 20 characters)."}}```

❌ Validator: DESCRIPTION

  • PR must reference at least one issue (e.g., Closes #123, Fixes #123, #124).
    Input : # Pull Request

Summary

What does this PR change?

Related Issue

Closes #

Type of Change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • CI/Build/Tooling

Validation

  • I added/updated tests where needed
  • I ran formatting checks
  • I ran lint checks
  • I ran unit tests

Notes

Any implementation details for reviewers.

   Settings : ```{"must_include":{"regex":"(Closes|Fixes|Resolves|Addresses)\\s+#[0-9]+(,?\\s*#[0-9]+)*","message":"PR must reference at least one issue (e.g., Closes #123, Fixes #123, #124)."}}```

✔️ Validator: LABEL

  • ✔️ label must include '^(bug|enhancement|documentation|feature|refactor|performance|chore|wip|test|ci|security|dependencies)$'
    Input : chore
    Settings : {"must_include":{"regex":"^(bug|enhancement|documentation|feature|refactor|performance|chore|wip|test|ci|security|dependencies)$","message":"PR must include at least one valid label."}}

✔️ Validator: ASSIGNEE

  • ✔️ assignee does have a minimum of '1'
    Input : umeshkhatiwada1
    Settings : {"min":{"count":1,"message":"PR must have at least one assignee."}}

✔️ Validator: APPROVALS

  • ✔️ approvals does have a minimum of '1'
    Input : lkkande-BB
    Settings : {"min":{"count":1,"message":"PR must have at least one reviewer requested or approved."}}