devfle/Github Level System
Readme level up is a small action that converts interactions made on GitHub into experience points.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A Github token that allows to communicate with the GitHub GraphQL API. The default should be sufficient. | no | ${{ github.token }} |
| github_username | Your GitHub username to communicate with the GitHub API | yes | "" |
| progress_bar_char_length | The character length of the Progress bar | no | 30 |
| empty_bar | The character for the empty state of the progress bar | no | ░ |
| filled_bar | The character for the filled state of the progress bar | no | █ |
| readme_path | The path to the markdown file to be edited | no | ./README.md |
| show_ep_info | If true, shows an pre element with all ep information | no | true |
| card_title | The title of the level up card | no | My Github level 🎊 |
Outputs
no outputs