patch 8.2.1319: status badge for Github CI has wrong link
Problem: Status badge for Github CI has wrong link.
Solution: Rename and use the right link
diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml
index 1fca08e..ec02a81 100644
--- a/.github/workflows/ci-windows.yaml
+++ b/.github/workflows/ci-windows.yaml
@@ -1,4 +1,4 @@
-name: CI with MSVC and MinGW-w64
+name: GitHub CI
on:
push:
diff --git a/README.md b/README.md
index 78b9ff6..2373f57 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://travis-ci.org/vim/vim)
[](https://ci.appveyor.com/project/chrisbra/vim)
-
+[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22)
[](https://cirrus-ci.com/github/vim/vim)
[](https://codecov.io/gh/vim/vim?branch=master)
[](https://scan.coverity.com/projects/vim)
diff --git a/src/version.c b/src/version.c
index 0d98528..4b53df3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1319,
+/**/
1318,
/**/
1317,