From 9884755622bfcafb6703fdfe594018ed20156209 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 15:44:36 +0000
Subject: [PATCH 1/4] docs: update README.md [skip ci]
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1d4ddb2c..f202c904 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
![](https://github.com/ansible-collections/grafana/workflows/CI/badge.svg?branch=master)
[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.grafana)](https://codecov.io/gh/ansible-collections/community.grafana)
-[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
+[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
This repo hosts the `community.grafana` Ansible Collection.
@@ -219,6 +219,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Pierre 🐛 |
MiksonX 🐛 |
Aliaksandr Mianzhynski 💻 ⚠️ |
+ Moritz 🐛 |
From 9591f19bef01efa64baf5802cf29b7141dd8e8b1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 15:44:37 +0000
Subject: [PATCH 2/4] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index b7e51435..2c7b593a 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -187,6 +187,15 @@
"code",
"test"
]
+ },
+ {
+ "login": "Nemental",
+ "name": "Moritz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/15136847?v=4",
+ "profile": "https://nemental.de",
+ "contributions": [
+ "bug"
+ ]
}
],
"contributorsPerLine": 7,
@@ -195,5 +204,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "commitType": "docs"
}
From 37162be6daf68a5cbfab90446f19c00ca118672a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 15:48:29 +0000
Subject: [PATCH 3/4] docs: update README.md [skip ci]
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f202c904..4eb13ba8 100644
--- a/README.md
+++ b/README.md
@@ -219,7 +219,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Pierre 🐛 |
MiksonX 🐛 |
Aliaksandr Mianzhynski 💻 ⚠️ |
- Moritz 🐛 |
+ Moritz 🐛 💻 |
From d6fbc36a34de5aab399478c0bc1eeb9894d83b1a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 15:48:30 +0000
Subject: [PATCH 4/4] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 2c7b593a..f1a1cb6d 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -194,7 +194,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/15136847?v=4",
"profile": "https://nemental.de",
"contributions": [
- "bug"
+ "bug",
+ "code"
]
}
],