Merge pull request #533 from jakubbortlik/fix/check-local-in-sync-before-commenting

feat: check local branch state when creating comments
This commit is contained in:
Harrison (Harry) Cramer
2026-03-17 20:37:34 -04:00
committed by GitHub
6 changed files with 70 additions and 46 deletions

View File

@@ -92,6 +92,8 @@
---@field resolved_notes number
---@field non_resolvable_notes number
---@field help_keymap string
---@field ahead number|nil -- Number of commits local is ahead of remote
---@field behind number|nil -- Number of commits local is behind remote
---@field updated string
---
---@class SignTable