Skip to content

Commit 30fab2f

Browse files
authored
Merge pull request #34 from EndBug/all-contributors/add-jactor-rises
docs: add jactor-rises as a contributor
2 parents c512c44 + cbdf3e4 commit 30fab2f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.all-contributorsrc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "add-and-commit",
3-
"projectOwner": "Federico Grandi",
3+
"projectOwner": "EndBug",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -19,7 +19,17 @@
1919
"code",
2020
"doc"
2121
]
22+
},
23+
{
24+
"login": "jactor-rises",
25+
"name": "Tor Egil Jacobsen",
26+
"avatar_url": "https://avatars3.githubusercontent.com/u/14565088?v=4",
27+
"profile": "https://github.com/jactor-rises",
28+
"contributions": [
29+
"code"
30+
]
2231
}
2332
],
24-
"contributorsPerLine": 7
33+
"contributorsPerLine": 7,
34+
"skipCi": true
2535
}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add & Commit
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc....
@@ -154,7 +154,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
154154
<!-- markdownlint-disable -->
155155
<table>
156156
<tr>
157-
<td align="center"><a href="https://github.com/EndBug"><img src="https://avatars1.githubusercontent.com/u/26386270?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Federico Grandi</b></sub></a><br /><a href="https://github.com/Federico Grandi/add-and-commit/commits?author=EndBug" title="Code">💻</a> <a href="https://github.com/Federico Grandi/add-and-commit/commits?author=EndBug" title="Documentation">📖</a></td>
157+
<td align="center"><a href="https://github.com/EndBug"><img src="https://avatars1.githubusercontent.com/u/26386270?v=4" width="100px;" alt=""/><br /><sub><b>Federico Grandi</b></sub></a><br /><a href="https://github.com/EndBug/add-and-commit/commits?author=EndBug" title="Code">💻</a> <a href="https://github.com/EndBug/add-and-commit/commits?author=EndBug" title="Documentation">📖</a></td>
158+
<td align="center"><a href="https://github.com/jactor-rises"><img src="https://avatars3.githubusercontent.com/u/14565088?v=4" width="100px;" alt=""/><br /><sub><b>Tor Egil Jacobsen</b></sub></a><br /><a href="https://github.com/EndBug/add-and-commit/commits?author=jactor-rises" title="Code">💻</a></td>
158159
</tr>
159160
</table>
160161

0 commit comments

Comments
 (0)