Skip to content

Commit e0afd54

Browse files
committed
2 parents 3627900 + 6629874 commit e0afd54

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

.all-contributorsrc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "IEvangelist",
12+
"name": "David Pine",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/7679720?v=4",
14+
"profile": "https://davidpine.net",
15+
"contributions": [
16+
"code",
17+
"doc"
18+
]
19+
},
20+
{
21+
"login": "timheuer",
22+
"name": "Tim Heuer",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/4821?v=4",
24+
"profile": "https://timheuer.com/blog/",
25+
"contributions": [
26+
"code",
27+
"doc"
28+
]
29+
}
30+
],
31+
"contributorsPerLine": 7,
32+
"skipCi": true,
33+
"repoType": "github",
34+
"repoHost": "https://github.com",
35+
"projectName": "GitHubActionsVS",
36+
"projectOwner": "timheuer"
37+
}

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![All Contributors](https://img.shields.io/github/all-contributors/timheuer/GitHubActionsVS?color=ee8449&style=flat-square)](#contributors)
1+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
3+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
24

35
# GitHub Actions for Visual Studio
46
The GitHub Actions extension lets you manage your workflows, view the workflow run history, and edit GitHub secrets.
@@ -21,6 +23,21 @@ TBD
2123
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2224
<!-- prettier-ignore-start -->
2325
<!-- markdownlint-disable -->
26+
<table>
27+
<tbody>
28+
<tr>
29+
<td align="center" valign="top" width="14.28%"><a href="https://davidpine.net"><img src="https://avatars.githubusercontent.com/u/7679720?v=4?s=100" width="100px;" alt="David Pine"/><br /><sub><b>David Pine</b></sub></a><br /><a href="https://github.com/timheuer/GitHubActionsVS/commits?author=IEvangelist" title="Code">💻</a> <a href="https://github.com/timheuer/GitHubActionsVS/commits?author=IEvangelist" title="Documentation">📖</a></td>
30+
<td align="center" valign="top" width="14.28%"><a href="https://timheuer.com/blog/"><img src="https://avatars.githubusercontent.com/u/4821?v=4?s=100" width="100px;" alt="Tim Heuer"/><br /><sub><b>Tim Heuer</b></sub></a><br /><a href="https://github.com/timheuer/GitHubActionsVS/commits?author=timheuer" title="Code">💻</a> <a href="https://github.com/timheuer/GitHubActionsVS/commits?author=timheuer" title="Documentation">📖</a></td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
35+
<!-- markdownlint-restore -->
36+
<!-- prettier-ignore-end -->
37+
38+
<!-- ALL-CONTRIBUTORS-LIST:END -->
39+
<!-- prettier-ignore-start -->
40+
<!-- markdownlint-disable -->
2441

2542
<!-- markdownlint-restore -->
2643
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)