patch 8.2.1318: no status badge for Github CI
Problem: No status badge for Github CI.
Solution: Add a badge.
diff --git a/README.md b/README.md
index d42680c..78b9ff6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[](https://travis-ci.org/vim/vim)
[](https://ci.appveyor.com/project/chrisbra/vim)
+
[](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 67e52b3..0d98528 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1318,
+/**/
1317,
/**/
1316,