]> granicus.if.org Git - vim/commitdiff
patch 8.2.1319: status badge for Github CI has wrong link v8.2.1319
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Jul 2020 15:43:55 +0000 (17:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Jul 2020 15:43:55 +0000 (17:43 +0200)
Problem:    Status badge for Github CI has wrong link.
Solution:   Rename and use the right link

.github/workflows/ci-windows.yaml
README.md
src/version.c

index 1fca08ea575e7124becd2ad00745988061dc6ede..ec02a8124a87cc76991d39fb3733e56e651c4654 100644 (file)
@@ -1,4 +1,4 @@
-name: CI with MSVC and MinGW-w64
+name: GitHub CI
 
 on:
   push:
index 78b9ff6f1ec0a12295b36ceab5b1363071d2c0da..2373f57b987f4b38d76f1932af1dc052116063ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 [![Travis Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
 [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
-![Github Build status](https://github.com/vim/vim/workflows/CI%20with%20MSVC%20and%20MinGW-w64/badge.svg)
+[![Github Build status](https://github.com/vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22)
 [![Cirrus Build Status](https://api.cirrus-ci.com/github/vim/vim.svg)](https://cirrus-ci.com/github/vim/vim)
 [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
 [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
index 0d985285ee63483406b3fdeb726c5f0e323ec754..4b53df32d0e1d2beb7f89f1eef4fcdd8854c2fe1 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1319,
 /**/
     1318,
 /**/