cli/pkg/cmd/repo
yuvrajangadsingh 198487e166 fix: address review feedback on squash merge commit message
- reorder if checks: validate --enable-squash-merge is set before
  checking the value, and error when --enable-squash-merge=false
- use validSquashMsgValues directly in interactive prompt instead of
  duplicating the slice
- use slices.Contains in validateSquashMergeCommitMsg
- interpolate const values in Long description instead of hardcoding
- add default clause in transformSquashMergeOpts to avoid mutating
  title/message on unknown input
- move optionDiscussions to end of const block with TODO comment
- add test for unknown input and --enable-squash-merge=false case
2026-03-10 18:27:21 +05:30
..
archive Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
autolink Fix StatusJSONResponse usage (#10810) 2025-05-01 20:22:43 +01:00
clone Reword --no-upstream help doc 2026-03-03 15:51:27 -07:00
create Add initial test 2025-03-09 12:19:16 +05:00
credits Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
delete refactor: remove returned resp from api.EndpointNeedsScopes 2025-11-03 20:05:24 +00:00
deploy-key Remove out of scope changes, update list commands 2025-03-31 11:58:30 -04:00
edit fix: address review feedback on squash merge commit message 2026-03-10 18:27:21 +05:30
fork fix: error when --remote flag used with repo argument 2025-12-26 14:43:52 +08:00
garden docs(repo garden): improve func godoc 2025-11-03 20:05:27 +00:00
gitignore Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
license Deprecate ColorScheme.Gray for ColorScheme.Muted 2025-04-06 10:18:48 -04:00
list Add missing TODO comments for featuredetection if-statements 2026-02-16 14:24:32 -07:00
rename Reformat non-documentation hostnames 2025-07-14 08:43:15 -04:00
setdefault fix: simplify set-default remote parsing 2026-01-14 18:35:04 +08:00
shared Reverse repo/shared package name change 2024-10-09 20:49:29 -06:00
sync Make missing workflow regexp aware of GitHub App 2025-03-11 02:38:51 +00:00
unarchive Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
view Deprecate ColorScheme.Gray for ColorScheme.Muted 2025-04-06 10:18:48 -04:00
repo.go Introduce repo autolinks list commands 2024-12-27 21:36:16 -05:00