aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/close-config-changes.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: don't auto-close config changesJustin M. Keyes2022-12-151-21/+0
| | | just leave a comment instead
* fix(help): workaround plugin/users overwritting tags (#1512)Javier Lopez2021-11-301-1/+1
| | | | | | | | | | | | | 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.
* ci: use v2 tag for checkout actions (#1469)dundargoc2021-11-211-1/+1
| | | | | 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.
* ci: fix close config changes workflow (#1408)dundargoc2021-11-111-1/+3
| | | | | | * 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.
* ci: automatically close pull requests that modify server_configurations.md ↵dundargoc2021-11-111-0/+19
(#1400)