Skip to content

Commit 962cf8b

Browse files
MuntasirSZNAntoineGS
authored andcommitted
fix: fix more typos, use pull request action instead of pushing directly
1 parent 0dc1b00 commit 962cf8b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/vimdocgen.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
version: "NVIM v0.11.0" # Vim version number
2020
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot" # Project description used in title (if empty, uses neovim version and current date)
2121
titledatepattern: "%d %B, %Y" # Pattern for the date that used in the title
22-
- uses: stefanzweifel/git-auto-commit-action@v4
22+
- name: Create Pull Request
23+
uses: peter-evans/create-pull-request@v7
2324
with:
24-
commit_message: "chore: auto generate docs"
25-
branch: ${{ github.head_ref }}
25+
add-paths: |
26+
doc/*
27+
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
28+
base: master
29+
branch: create-pull-request/autogenerate-vimdoc
30+
commit-messssage: "chore: auto generate docs"
31+
reviewers: MunifTanjim,zbirenbaum,AntoineGS
32+
title: "Auto Generate Docs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ However this has not been verified by the author of this plugin and may have uni
449449

450450
> Multiple offset encodings warning
451451
452-
As discussed in #247 ,The problem arises because two or more clients are using different offset encodings. To solve this, in lspconfig:
452+
As discussed in #247, the problem arises because two or more clients are using different offset encodings. To solve this, in lspconfig:
453453

454454
```lua
455455
local capabilities = vim.lsp.protocol.make_client_capabilities() -- Get The capabilities

0 commit comments

Comments
 (0)