We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a395 commit 7672c05Copy full SHA for 7672c05
1 file changed
.github/workflows/docs.yml
@@ -2,8 +2,13 @@ on:
2
push:
3
branches:
4
- main
5
+
6
name: docs
7
8
+permissions:
9
+ pull-requests: write
10
+ contents: write
11
12
jobs:
13
docs:
14
runs-on: ubuntu-latest
@@ -22,3 +27,5 @@ jobs:
22
27
uses: peter-evans/create-pull-request@v5
23
28
with:
24
29
base: "main"
30
+ commit-message: "chore(doc): automatic vimdoc update"
31
+ title: Auto vimdoc update
0 commit comments