File tree Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 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 -->
2
4
3
5
# GitHub Actions for Visual Studio
4
6
The GitHub Actions extension lets you manage your workflows, view the workflow run history, and edit GitHub secrets.
21
23
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
22
24
<!-- prettier-ignore-start -->
23
25
<!-- 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 -->
24
41
25
42
<!-- markdownlint-restore -->
26
43
<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments