Skip to content

Commit

Permalink
Contributors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Nov 17, 2023
1 parent 7065c15 commit c23e32b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/contributing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Generate Contributors Images

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
id: contributors
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
avatarSize: 42

- name: Modify README.md
uses: jaywcjlove/github-action-modify-file-content@main
with:
path: README.md
body: '${{steps.contributors.outputs.htmlList}}'
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Here's what's coming up:
- [ ] All Telegram WebApp feature support
- [x] Main Telegram WebApp feature support

## Contributors

As always, thanks to our amazing contributors!

<!--GAMFC--><!--GAMFC-END-->

Made with [contributors](https://github.com/jaywcjlove/github-action-contributors).

## Contributing

- Read up about its [🛣 Roadmap](#-roadmap) and [official documentation](https://core.telegram.org/bots/webapps) Telegram Mini Apps
Expand Down

0 comments on commit c23e32b

Please sign in to comment.