| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
just leave a comment instead
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Most plugin managers run :helptags in the plugin, which silently
overwrites the existing doc/tags. this is an issue for us since lspconfig
is manipulating the tags file to point to servers_configurations.md
Instead create a markdown comment with the name of the wanted tag and
make a copy in the repository of servers_configurations.md to
server_configurations.txt. Now when :helptags runs it finds the txt file
and generates the appropriate tag.
The advantage is this solution should work in all platforms, it also
removes lines from docgen CI.
|
| |
|
|
|
| |
The official GitHub actions update the vX tags to be the latest.
Workflows automatically benefit from bugfixes/patches without manually
needing to update the workflows.
|
| |
|
|
|
|
| |
* set pull-request permission to write
* change event trigger pull_request to pull_request_target since
github requires it to make any changes, even if the permission is set to
write.
|
|
|
(#1400)
|