Skip to content

Commit 1de5269

Browse files
Merge pull request #5 from GwynethLlewelyn/all-contributors/add-kylesands
docs: add kylesands as a contributor for code, and ideas
2 parents d48b2ce + 971f1dd commit 1de5269

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.all-contributorsrc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@
88
"commitConvention": "angular",
99
"contributorsPerLine": 7,
1010
"contributors": [
11+
{
12+
"login": "kylesands",
13+
"name": "kylesands",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/9731115?v=4",
15+
"profile": "https://github.com/kylesands"
16+
},
1117
{
1218
"login": "gvp9000",
1319
"name": "gvp9000",
1420
"avatar_url": "https://avatars.githubusercontent.com/u/24462297?v=4",
15-
"profile": "https://github.com/gvp9000",
16-
"contributions": [
17-
"code",
18-
"ideas"
19-
]
21+
"profile": "https://github.com/gvp9000"
2022
}
23+
],
24+
"contributions": [
25+
"code",
26+
"ideas"
2127
]
2228
}

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the SARIF file generated in the previous step
5858
- name: Upload SARIF results file
59-
uses: github/codeql-action/upload-sarif@v2
59+
uses: github/codeql-action/upload-sarif@v3
6060
with:
6161
sarif_file: results.sarif

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
5252
<table>
5353
<tbody>
5454
<tr>
55+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kylesands"><img src="https://avatars.githubusercontent.com/u/9731115?v=4?s=100" width="100px;" alt="kylesands"/><br /><sub><b>kylesands</b></sub></a><br /><a href="#code-kylesands" title="Code">💻</a> <a href="#ideas-kylesands" title="Ideas, Planning, & Feedback">🤔</a></td>
5556
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gvp9000"><img src="https://avatars.githubusercontent.com/u/24462297?v=4?s=100" width="100px;" alt="gvp9000"/><br /><sub><b>gvp9000</b></sub></a><br /><a href="#code-gvp9000" title="Code">💻</a> <a href="#ideas-gvp9000" title="Ideas, Planning, & Feedback">🤔</a></td>
5657
</tr>
5758
</tbody>

0 commit comments

Comments
 (0)