Show HN: Lock-State Service – Easily manage locks in your jobs / pipelines
lock-states.deno.devI've created a simple yet powerful service for managing locking states efficiently. With just a few API calls, you can create, check, and modify locks effortlessly.
It may be useful for Github Actions Pipelines (like lock QA branch, or prevent deployment when E2E testing is turning on)
More docs on: https://lock-states.deno.dev Repository: https://github.com/worotyns/lock-state