Skip to content

Commit

Permalink
CI - New workflow to auto-update list of contributors (#174)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Max authored Nov 9, 2021
1 parent cd71728 commit 43399f9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 747 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GitHub Actions documentation:
# https://docs.github.com/en/actions

name: Auto-update list of contributors

on:
push:
branches: master
workflow_dispatch:

concurrency:
group: update-list-contributors-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
org:
uses: peopledoc/.github/.github/workflows/auto-update-list-contributors.yml@main
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,21 +247,10 @@ export default class MyComponent extends Component {

See the [Contributing](./CONTRIBUTING.md) guide for details.

## Contributors ✨

[//]: contributor-faces
<a href="https://github.com/MrChocolatine"><img src="https://avatars.githubusercontent.com/u/47531779?v=4" title="MrChocolatine" width="80" height="80"></a>
<a href="https://github.com/xcambar"><img src="https://avatars.githubusercontent.com/u/657654?v=4" title="xcambar" width="80" height="80"></a>
<a href="https://github.com/GreatWizard"><img src="https://avatars.githubusercontent.com/u/1322081?v=4" title="GreatWizard" width="80" height="80"></a>
<a href="https://github.com/yonmey"><img src="https://avatars.githubusercontent.com/u/3025706?v=4" title="yonmey" width="80" height="80"></a>
<a href="https://github.com/jacky-peopledoc"><img src="https://avatars.githubusercontent.com/u/45593806?v=4" title="jacky-peopledoc" width="80" height="80"></a>
<a href="https://github.com/romgere"><img src="https://avatars.githubusercontent.com/u/13900970?v=4" title="romgere" width="80" height="80"></a>
<a href="https://github.com/cah-danmonroe"><img src="https://avatars.githubusercontent.com/u/11519684?v=4" title="cah-danmonroe" width="80" height="80"></a>
<a href="https://github.com/saintsebastian"><img src="https://avatars.githubusercontent.com/u/8288415?v=4" title="saintsebastian" width="80" height="80"></a>
<a href="https://github.com/ewjoachim"><img src="https://avatars.githubusercontent.com/u/1457576?v=4" title="ewjoachim" width="80" height="80"></a>
<a href="https://github.com/BlueCutOfficial"><img src="https://avatars.githubusercontent.com/u/22059380?v=4" title="BlueCutOfficial" width="80" height="80"></a>

[//]: contributor-faces
## Contributors

<!-- readme: contributors,ember-tomster/- -start -->
<!-- readme: contributors,ember-tomster/- -end -->

## License

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prepack": "ember ts:precompile",
"postpack": "ember ts:clean",
"contributors": "contributor-faces -e \"(*-bot|*\\[bot\\])\""
"postpack": "ember ts:clean"
},
"dependencies": {
"ember-cli-babel": "^7.26.6",
Expand All @@ -66,7 +65,6 @@
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"babel-eslint": "^10.1.0",
"contributor-faces": "^1.1.0",
"ember-auto-import": "^2.2.3",
"ember-cli": "~3.28.3",
"ember-cli-dependency-checker": "^3.2.0",
Expand Down
Loading

0 comments on commit 43399f9

Please sign in to comment.