Skip to content

Commit e8a59b6

Browse files
committed
chore: 🤖 add all-contributors section
1 parent c93c7bf commit e8a59b6

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

.all-contributorsrc

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "angular-versions-action",
3-
"projectOwner": "@ngworker",
3+
"projectOwner": "ngworker",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -32,6 +32,26 @@
3232
"tool",
3333
"userTesting"
3434
]
35+
},
36+
{
37+
"login": "LayZeeDK",
38+
"name": "Lars Gyrup Brink Nielsen",
39+
"avatar_url": "https://avatars.githubusercontent.com/u/6364586?v=4",
40+
"profile": "https://dev.to/layzee",
41+
"contributions": [
42+
"bug",
43+
"code",
44+
"doc",
45+
"example",
46+
"ideas",
47+
"infra",
48+
"maintenance",
49+
"mentoring",
50+
"platform",
51+
"plugin",
52+
"review",
53+
"test"
54+
]
3555
}
3656
],
3757
"contributorsPerLine": 7

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,19 @@ jobs:
3434
strategy:
3535
matrix:
3636
node-version: [10.x, 12.x, 14.x]
37-
angular-version: [8.0.x, 8.1.x, 8.2.x, 9.0.x, 9.1.x, 10.0.x, 10.1.x, 10.2.x, 11.0.x, 11.1.x]
37+
angular-version:
38+
[
39+
8.0.x,
40+
8.1.x,
41+
8.2.x,
42+
9.0.x,
43+
9.1.x,
44+
10.0.x,
45+
10.1.x,
46+
10.2.x,
47+
11.0.x,
48+
11.1.x
49+
]
3850

3951
steps:
4052
- uses: actions/checkout@v2
@@ -74,6 +86,27 @@ At the moment this actions supports a limited set of Angular versions listed bel
7486

7587
We would love you to contribute to `@ngworker/angular-versions-action`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
7688

89+
## Contributors
90+
91+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
92+
93+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
94+
<!-- prettier-ignore-start -->
95+
<!-- markdownlint-disable -->
96+
<table>
97+
<tr>
98+
<td align="center"><a href="https://github.com/NachoVazquez"><img src="https://avatars3.githubusercontent.com/u/9338604?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nacho Vazquez</b></sub></a><br /><a href="#question-NachoVazquez" title="Answering Questions">💬</a> <a href="https://github.com/ngworker/angular-versions-action/issues?q=author%3ANachoVazquez" title="Bug reports">🐛</a> <a href="#business-NachoVazquez" title="Business development">💼</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=NachoVazquez" title="Code">💻</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=NachoVazquez" title="Documentation">📖</a> <a href="#example-NachoVazquez" title="Examples">💡</a> <a href="#ideas-NachoVazquez" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-NachoVazquez" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-NachoVazquez" title="Maintenance">🚧</a> <a href="#projectManagement-NachoVazquez" title="Project Management">📆</a> <a href="https://github.com/ngworker/angular-versions-action/pulls?q=is%3Apr+reviewed-by%3ANachoVazquez" title="Reviewed Pull Requests">👀</a> <a href="#security-NachoVazquez" title="Security">🛡️</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=NachoVazquez" title="Tests">⚠️</a> <a href="#tool-NachoVazquez" title="Tools">🔧</a> <a href="#userTesting-NachoVazquez" title="User Testing">📓</a></td>
99+
<td align="center"><a href="https://dev.to/layzee"><img src="https://avatars.githubusercontent.com/u/6364586?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lars Gyrup Brink Nielsen</b></sub></a><br /><a href="https://github.com/ngworker/angular-versions-action/issues?q=author%3ALayZeeDK" title="Bug reports">🐛</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=LayZeeDK" title="Code">💻</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=LayZeeDK" title="Documentation">📖</a> <a href="#example-LayZeeDK" title="Examples">💡</a> <a href="#ideas-LayZeeDK" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-LayZeeDK" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-LayZeeDK" title="Maintenance">🚧</a> <a href="#mentoring-LayZeeDK" title="Mentoring">🧑‍🏫</a> <a href="#platform-LayZeeDK" title="Packaging/porting to new platform">📦</a> <a href="#plugin-LayZeeDK" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/ngworker/angular-versions-action/pulls?q=is%3Apr+reviewed-by%3ALayZeeDK" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/ngworker/angular-versions-action/commits?author=LayZeeDK" title="Tests">⚠️</a></td>
100+
</tr>
101+
</table>
102+
103+
<!-- markdownlint-restore -->
104+
<!-- prettier-ignore-end -->
105+
106+
<!-- ALL-CONTRIBUTORS-LIST:END -->
107+
108+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
109+
77110
## License
78111

79112
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)