ci: format

This commit is contained in:
Barrett Ruth 2026-03-27 18:17:23 -04:00
parent 25509a48ac
commit 5ad18e3732
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81

View file

@ -73,14 +73,14 @@ Configuration is done via `vim.g.forge`: >lua
} }
< <
*forge-config-ci-lines* *forge-config-ci-lines*
ci.lines ~ ci.lines ~
Number of log lines to fetch for CI runs. Default: `10000`. Number of log lines to fetch for CI runs. Default: `10000`.
============================================================================== ==============================================================================
FORGE PICKER *forge-picker* FORGE PICKER *forge-picker*
*<c-g>* *<c-g>*
Press `<c-g>` in normal or visual mode to open the main forge picker. The Press `<c-g>` in normal or visual mode to open the main forge picker. The
picker adapts based on the detected forge and current buffer state. picker adapts based on the detected forge and current buffer state.
@ -98,8 +98,8 @@ Available entries: ~
============================================================================== ==============================================================================
PULL REQUESTS *forge-pr* PULL REQUESTS *forge-pr*
The PR picker lists open PRs by default. Toggle state with `<ctrl-o>` to The PR picker lists open PRs by default. Toggle state with `<ctrl-o>` to cycle
cycle through open/closed/all. through open/closed/all.
PR picker keybinds: ~ PR picker keybinds: ~
`<enter>` Checkout PR branch `<enter>` Checkout PR branch
@ -187,15 +187,14 @@ Metadata fields (editable in the comment block): ~
`Draft:` Set to `yes` or `true` to create as draft `Draft:` Set to `yes` or `true` to create as draft
`Reviewers:` Comma-separated list of reviewer usernames `Reviewers:` Comma-separated list of reviewer usernames
Template discovery: ~ Template discovery: ~ forge.nvim searches for PR templates in the repository:
forge.nvim searches for PR templates in the repository:
- `.github/pull_request_template.md` - `.github/pull_request_template.md`
- `.github/PULL_REQUEST_TEMPLATE/` (single file auto-selected, multiple - `.github/PULL_REQUEST_TEMPLATE/` (single file auto-selected, multiple
prompts for choice) prompts for choice)
- GitLab/Codeberg equivalents - GitLab/Codeberg equivalents
Fugitive keymaps: ~ Fugitive keymaps: ~ From a fugitive buffer, the following keymaps are
From a fugitive buffer, the following keymaps are available: available:
`cpr` Create PR `cpr` Create PR
`cpd` Create draft PR `cpd` Create draft PR
`cpf` Create PR instantly (skip compose buffer) `cpf` Create PR instantly (skip compose buffer)
@ -214,7 +213,8 @@ The compose buffer uses the following highlight groups:
`ForgeComposeAdded` Addition indicators (+) Links to `Added` `ForgeComposeAdded` Addition indicators (+) Links to `Added`
`ForgeComposeRemoved` Deletion indicators (-) Links to `Removed` `ForgeComposeRemoved` Deletion indicators (-) Links to `Removed`
All groups are defined with `default = true` so colorschemes can override them. All groups are defined with `default = true` so colorschemes can override
them.
============================================================================== ==============================================================================
HEALTH CHECK *forge-health* HEALTH CHECK *forge-health*