Skip to content

Commit 12c75d2

Browse files
docs: add andrewthetechie as a contributor for ideas, test, and code (#22)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 2f41b7b commit 12c75d2

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "andrewthetechie",
11+
"name": "Andrew",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/1377314?v=4",
13+
"profile": "https://github.com/andrewthetechie",
14+
"contributions": [
15+
"ideas",
16+
"test",
17+
"code"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"skipCi": true,
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"projectName": "gha-repo-manager",
26+
"projectOwner": "andrewthetechie"
27+
}

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Repo Manager via Github Actions
2+
<!-- 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-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Action Template](https://img.shields.io/badge/Action%20Template-Python%20Container%20Action-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/andrewthetechie/gha-repo-manager)
47
[![Actions Status](https://github.com/andrewthetechie/gha-repo-manager/workflows/Lint/badge.svg)](https://github.com/andrewthetechie/gha-repo-manager/actions)
@@ -97,6 +100,21 @@ This action is a `docker` action.
97100
## Contributors
98101

99102
Please see our [Contribution Guide](./CONTRIBUTING.md) for more info on how you can contribute. All contributors and participants in this repo must follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
103+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
104+
<!-- prettier-ignore-start -->
105+
<!-- markdownlint-disable -->
106+
<table>
107+
<tbody>
108+
<tr>
109+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/andrewthetechie"><img src="https://avatars.githubusercontent.com/u/1377314?v=4?s=100" width="100px;" alt="Andrew"/><br /><sub><b>Andrew</b></sub></a><br /><a href="#ideas-andrewthetechie" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/andrewthetechie/gha-repo-manager/commits?author=andrewthetechie" title="Tests">⚠️</a> <a href="https://github.com/andrewthetechie/gha-repo-manager/commits?author=andrewthetechie" title="Code">💻</a></td>
110+
</tr>
111+
</tbody>
112+
</table>
113+
114+
<!-- markdownlint-restore -->
115+
<!-- prettier-ignore-end -->
116+
117+
<!-- ALL-CONTRIBUTORS-LIST:END -->
100118

101119
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102120
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)