Skip to content

feat: next edit suggestion (nes) #10

feat: next edit suggestion (nes)

feat: next edit suggestion (nes) #10

Workflow file for this run

name: Auto Generate Vimdoc
on:
push:
branches: [master]
paths:
- README.md
- .github/workflows/vimdocgen.yml
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
name: Convert Markdown to Vimdoc
steps:
- uses: actions/checkout@v5
- uses: kdheepak/panvimdoc@main
with:
vimdoc: "copilot"
version: "NVIM v0.11.0"
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot"
titledatepattern: "%d %B, %Y"
toc: false
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
add-paths: |
doc/*
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
base: master
branch: create-pull-request/autogenerate-vimdoc
commit-message: "docs: update vimdocs"
title: "Update Vimdocs"