{"id":5873441,"name":"devfle/readme-level-up","ecosystem":"actions","description":"Readme level up is a small action that converts interactions made on GitHub into experience points.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/devfle/readme-level-up","keywords_array":["automation","game","github-actions","github-api","portfolio","python"],"namespace":"devfle","versions_count":6,"first_release_published_at":"2022-12-16T22:36:54.000Z","latest_release_published_at":"2024-02-22T20:49:48.000Z","latest_release_number":"v1.5.0","last_synced_at":"2026-05-01T15:02:10.403Z","created_at":"2023-01-14T00:44:06.146Z","updated_at":"2026-05-01T15:02:10.403Z","registry_url":"https://github.com/devfle/readme-level-up","install_command":null,"documentation_url":null,"metadata":{"name":"Github Level System","author":"devfle","description":"Readme level up is a small action that converts interactions made on GitHub into experience points.","inputs":{"github_token":{"description":"A Github token that allows to communicate with the GitHub GraphQL API. The default should be sufficient.","required":false,"default":"${{ github.token }}"},"github_username":{"description":"Your GitHub username to communicate with the GitHub API","required":true,"default":""},"progress_bar_char_length":{"description":"The character length of the Progress bar","required":false,"default":30},"empty_bar":{"description":"The character for the empty state of the progress bar","required":false,"default":"░"},"filled_bar":{"description":"The character for the filled state of the progress bar","required":false,"default":"█"},"readme_path":{"description":"The path to the markdown file to be edited","required":false,"default":"./README.md"},"show_ep_info":{"description":"If true, shows an pre element with all ep information","required":false,"default":true},"card_title":{"description":"The title of the level up card","required":false,"default":"My Github level 🎊"}},"runs":{"using":"composite","steps":[{"name":"setup python","uses":"actions/setup-python@v5","with":{"python-version":"3.11"}},{"name":"install packages","run":"pip install -r $GITHUB_ACTION_PATH/requirements.txt","shell":"bash"},{"name":"run script","run":"python $GITHUB_ACTION_PATH/main.py","shell":"bash","env":{"INPUT_GITHUB_TOKEN":"${{ inputs.github_token }}","INPUT_GITHUB_USERNAME":"${{ inputs.github_username }}","INPUT_PROGRESS_BAR_CHAR_LENGTH":"${{ inputs.progress_bar_char_length }}","INPUT_EMPTY_BAR":"${{ inputs.empty_bar }}","INPUT_FILLED_BAR":"${{ inputs.filled_bar }}","INPUT_README_PATH":"${{ inputs.readme_path }}","INPUT_SHOW_EP_INFO":"${{ inputs.show_ep_info }}","INPUT_CARD_TITLE":"${{ inputs.card_title }}"}}]},"branding":{"icon":"arrow-up-circle","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":65106538,"uuid":"573919882","full_name":"devfle/readme-level-up","owner":"devfle","description":"A small action that converts interactions made on GitHub into experience points","archived":false,"fork":false,"pushed_at":"2025-07-17T18:14:31.000Z","size":43,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T21:53:20.310Z","etag":null,"topics":["automation","game","github-actions","github-api","portfolio","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devfle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-03T21:09:12.000Z","updated_at":"2025-07-17T18:14:34.000Z","dependencies_parsed_at":"2023-10-11T21:52:23.031Z","dependency_job_id":"ae5a6a45-eb04-4dbe-a16f-b33d071f7d15","html_url":"https://github.com/devfle/readme-level-up","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"8479e4bdad8c55be78fa241892c05c4a9b2eddf8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/devfle/readme-level-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfle","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/sbom","scorecard":{"id":337455,"data":{"date":"2025-08-11","repo":{"name":"github.com/devfle/readme-level-up","commit":"bdae28917a4c59944ad686439ad76d190f0dc644"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/25 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/devfle/readme-level-up/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/devfle/readme-level-up/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/devfle/readme-level-up/unit_tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/devfle/readme-level-up/unit_tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pylint.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/pylint.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/pylint.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/unit_tests.yml:20","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pylint.yml:1","Warn: no topLevel permission defined: .github/workflows/unit_tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T05:03:51.344Z","repository_id":65106538,"created_at":"2025-08-18T05:03:51.344Z","updated_at":"2025-08-18T05:03:51.344Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272144649,"owners_count":24881141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"devfle","name":null,"uuid":"52854338","kind":"user","description":"Developer with a heart for Design and UX. Also I like to contribute to Open Source Projects.\r\n","email":"","website":null,"location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/52854338?u=d43453226bbfa4ff0cad83c66335c7efcedfff5b\u0026v=4","repositories_count":3,"last_synced_at":"2023-04-26T09:28:18.297Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/devfle","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-04-26T09:28:18.303Z","updated_at":"2023-04-26T09:28:18.303Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfle","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfle/repositories"},"tags":[{"name":"v1.5.0","sha":"8b1713e1ae29f82b1653c028b616af8678785cc3","kind":"commit","published_at":"2024-02-22T20:49:48.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1.5.0","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1.5.0","dependencies_parsed_at":"2024-02-25T04:41:18.714Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"ce40652261237d62c435479061d3efb973c3f5a3","kind":"commit","published_at":"2023-10-11T17:10:05.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1.4.0","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1.4.0","dependencies_parsed_at":"2023-10-12T06:39:05.256Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"6884e227ef2031e8af1c2e5bb5b6cc250d3f9cdd","kind":"commit","published_at":"2023-04-09T14:44:42.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1.3.0","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-02T00:03:40.914Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"8479e4bdad8c55be78fa241892c05c4a9b2eddf8","kind":"commit","published_at":"2023-02-03T23:49:56.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1.2.0","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-02T00:03:40.468Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"313a81127075638e15381d315152a308388a350c","kind":"commit","published_at":"2023-01-08T14:00:31.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1.1.0","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T13:26:44.829Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1.1.0/manifests"},{"name":"v1","sha":"83937f634a184d9b337609c1b650618fc85ef036","kind":"commit","published_at":"2022-12-16T22:36:54.000Z","download_url":"https://codeload.github.com/devfle/readme-level-up/tar.gz/v1","html_url":"https://github.com/devfle/readme-level-up/releases/tag/v1","dependencies_parsed_at":"2023-06-01T10:13:00.058Z","dependency_job_id":null,"purl":"pkg:github/devfle/readme-level-up@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-08-25T23:58:01.566Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":43.32752337189035,"dependent_packages_count":0.0,"stargazers_count":19.99683093012201,"forks_count":35.29710030106164,"docker_downloads_count":null,"average":24.6553636507685},"purl":"pkg:githubactions/devfle/readme-level-up","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/devfle/readme-level-up","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/devfle/readme-level-up","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/devfle/readme-level-up/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-07T08:43:53.140Z","issues_count":0,"pull_requests_count":22,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":8952.40909090909,"issues_closed_count":0,"pull_requests_closed_count":22,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":59312.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfle%2Freadme-level-up/issues","maintainers":[{"login":"devfle","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devfle"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devfle%2Freadme-level-up/codemeta","maintainers":[]}