Skip to content

Bugfix reconnecting to subscriptionTicker24h

5638bd2
Select commit
Loading
Failed to load commit list.
Open

Bugfix reconnecting to subscriptionTicker24h #65

Bugfix reconnecting to subscriptionTicker24h
5638bd2
Select commit
Loading
Failed to load commit list.
Bitvavo PR Validation / PR Validation failed Sep 24, 2025 in 35m 45s

0/2 validations passed - click for details

Validation Report

❌ Task ID

Invalid task ID format

How to fix

  • Ensure the PR title includes a valid task ID like [PROJ-123]
  • Verify the task exists in ClickUp and was created within the last 6 months
  • Check the task ID format matches your project's naming convention

❌ Conventional Commits

PR title must follow conventional commit format

How to fix

  • Use the format: type(scope): [task ID] description
  • Valid types: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert
  • Example: feat(auth): [PROJ-123] add user authentication
  • See our Conventional Commits guide for examples and edge cases