Skip to content

Commit 492ac71

Browse files
author
Max
authored
CI - New workflow to auto-update list of contributors (#43)
* ci: new workflow to auto-update contributors list * ci: use version `main` [skip ci] * build: uninstall `contributor-faces` * docs: add contributors placeholder for GH Action
1 parent 33fc4c7 commit 492ac71

File tree

4 files changed

+25
-339
lines changed

4 files changed

+25
-339
lines changed

.github/workflows/contributors.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# GitHub Actions documentation:
2+
# https://docs.github.com/en/actions
3+
4+
name: Auto-update list of contributors
5+
6+
on:
7+
push:
8+
branches: master
9+
workflow_dispatch:
10+
11+
concurrency:
12+
group: update-list-contributors-${{ github.head_ref || github.ref }}
13+
cancel-in-progress: true
14+
15+
jobs:
16+
org:
17+
uses: peopledoc/.github/.github/workflows/auto-update-list-contributors.yml@main

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,7 @@ Since this is a node-only Ember CLI addon, we use mocha for testing and this pac
122122
[1]: http://ember-cli-deploy.com/plugins/ "Plugin Documentation"
123123
[2]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
124124

125-
## Contributors
125+
## Contributors
126126

127-
[//]: contributor-faces
128-
<a href="https://github.com/GreatWizard"><img src="https://avatars.githubusercontent.com/u/1322081?v=4" title="GreatWizard" width="80" height="80"></a>
129-
<a href="https://github.com/xcambar"><img src="https://avatars.githubusercontent.com/u/657654?v=4" title="xcambar" width="80" height="80"></a>
130-
<a href="https://github.com/amessinger"><img src="https://avatars.githubusercontent.com/u/3007703?v=4" title="amessinger" width="80" height="80"></a>
131-
<a href="https://github.com/MrChocolatine"><img src="https://avatars.githubusercontent.com/u/47531779?v=4" title="MrChocolatine" width="80" height="80"></a>
132-
<a href="https://github.com/romgere"><img src="https://avatars.githubusercontent.com/u/13900970?v=4" title="romgere" width="80" height="80"></a>
133-
134-
[//]: contributor-faces
127+
<!-- readme: contributors,ember-tomster/- -start -->
128+
<!-- readme: contributors,ember-tomster/- -end -->

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
],
2727
"scripts": {
2828
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
29-
"lint": "eslint .",
30-
"contributors": "contributor-faces -e \"(*-bot|*\\[bot\\]|ember-tomster)\""
29+
"lint": "eslint ."
3130
},
3231
"dependencies": {
3332
"babel-eslint": "^10.1.0",
@@ -40,7 +39,6 @@
4039
"devDependencies": {
4140
"chai": "^4.3.4",
4241
"chai-as-promised": "^7.1.1",
43-
"contributor-faces": "^1.1.0",
4442
"ember-cli": "^2.12.0",
4543
"eslint": "^7.28.0",
4644
"glob": "^7.1.1",

0 commit comments

Comments
 (0)