Skip to content

Commit

Permalink
Add contributor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Jan 24, 2022
1 parent 57a0844 commit 44feb62
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "Add contributors"
on:
schedule:
- cron: "20 20 * * *"
push:
branches: ["master"]

jobs:
add-contributors:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "BobAnkh/add-contributors@master"
with:
CONTRIBUTOR: "### Contributors"
COLUMN_PER_ROW: "6"
IMG_WIDTH: "30"
FONT_SIZE: "10"
AVATAR_SHAPE: "round"
PATH: "/README.md"
COMMIT_MESSAGE: "docs(README): update contributors"
ACCESS_TOKEN: "${{secrets.GITHUB_TOKEN}}"
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,9 @@ The actual version of this "theme" has 20 different cards, seven chips and other

The same goes for our `custom_cards`. As the number grows, the list would be to big for this readme, so we provide you with an overview page with pictures, code examples and additional informations. [Find the list here](https://ui-lovelace-minimalist.github.io/UI/usage/custom_cards/custom_card_bar_card/).

## Credits

- This design was made by [tben](https://community.home-assistant.io/u/tben/summary)
- A lot of inspiration is taken from [7ahang’s work](https://www.behance.net/gallery/88433905/Redesign-Smart-Home) found on Behance.
- Contributions from others in the HomeAssistant forum thread, you can find it [here](https://community.home-assistant.io/t/lovelace-ui-minimalist/322687).
- The technical part is realised mostly by taking advantage of the great work RomRaider did with his [button-card](https://github.com/custom-cards/button-card).
- Code refactor, cleanup and maintainance schumijo and paddy0174.
- Wiki by paddy0174.
- Special thanks to clemalex and schumijo for contributing their cards to the main repository.
### Contributors

❤️ Thank you so much for helping out to keep this UI awesome

### Contributions

Expand Down

0 comments on commit 44feb62

Please sign in to comment.