neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e9803e1de6497ee21f77f45cf2670c2fe4e8ab22
parent ebad151a2a1943ca0d4e07485c416e0762f7f096
Author: James McCoy <jamessan@jamessan.com>
Date:   Sun, 29 May 2022 09:51:18 -0400

Merge pull request #18789 from dundargoc/ci/api-docs/run-in-drafts

ci(api-docs): run in drafts as well
Diffstat:
M.github/workflows/api-docs-check.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml @@ -1,7 +1,6 @@ name: Missing API docs on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches-ignore: - 'marvim/api-doc-update**' paths: @@ -11,7 +10,6 @@ on: jobs: call-regen-api-docs: - if: github.event.pull_request.draft == false permissions: contents: write pull-requests: write