{"id":6362858,"name":"chyccs/pull-request-typography","ecosystem":"actions","description":"GitHub Action that helps you make pull-requests look nice","homepage":"","licenses":"lgpl-2.1","normalized_licenses":["LGPL-2.1"],"repository_url":"https://github.com/chyccs/pull-request-typography","keywords_array":["emphasize","highlight","keyword","keyword-extraction","pull-requests","typography"],"namespace":"chyccs","versions_count":13,"first_release_published_at":"2023-01-25T17:12:54.000Z","latest_release_published_at":"2023-03-03T14:26:40.000Z","latest_release_number":"v0.0.10","last_synced_at":"2026-04-13T02:04:43.409Z","created_at":"2023-02-19T01:30:25.950Z","updated_at":"2026-04-13T02:04:43.409Z","registry_url":"https://github.com/chyccs/pull-request-typography","install_command":null,"documentation_url":null,"metadata":{"name":"Pull Request Typography","description":"GitHub Action that helps you make pull-requests look nice","branding":{"icon":"italic","color":"red"},"inputs":{"language":{"description":"language","required":true,"default":"${{ github.event.pull_request.head.repo.language }}"},"src_path":{"description":"Path of source code","required":true,"default":"."},"GITHUB_TOKEN":{"description":"Github Token","required":true,"default":"."}},"runs":{"using":"composite","steps":[{"name":"Check Variables","if":"contains(fromJSON('[\"python\", \"csharp\"]'), inputs.language) != true","run":"echo \"::error::${{ inputs.language }} is not supported language\"\nexit 1\n","shell":"bash"},{"name":"Move to path of action","run":"cd ${{ github.action_path }}\npwd=\"$(pwd)\"\necho \"local_action_path=$pwd\" \u003e\u003e $GITHUB_ENV\n","shell":"bash"},{"name":"Install Python","uses":"actions/setup-python@v4","with":{"python-version":"3.9"}},{"id":"cache-pipenv","uses":"actions/cache@v3","with":{"path":"${{ env.local_action_path }}/.venv/","key":"${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}"}},{"name":"Install pipenv","run":"cd ${{ github.action_path }}\npython -m pip install --upgrade pipenv\n","shell":"bash"},{"name":"Install dependencies","if":"steps.cache-pipenv.outputs.cache-hit != 'true'","run":"cd ${{ github.action_path }}\nexport PIPENV_VENV_IN_PROJECT=1\npipenv install --dev\n","shell":"bash"},{"name":"Search symbol","run":"cd ${{ github.action_path }}\nLANGUAGE=\"$(echo ${{ inputs.language }} | tr '[:upper:]' '[:lower:]')\"\necho 'symbols\u003c\u003c\\n' \u003e\u003e $GITHUB_ENV\nsymbols=\"$(pipenv run semgrep --config=${{ env.local_action_path }}/src/rules/$LANGUAGE.yml ${{ inputs.src_path }} -q --vim | awk -F ':' '{ print $6 }' | sort | uniq)\"\necho \"$symbols\" \u003e\u003e $GITHUB_ENV\necho '\\n' \u003e\u003e $GITHUB_ENV\n","shell":"bash"},{"name":"Run manage.py","id":"main","run":"cd ${{ github.action_path }}\npipenv run python ${{ env.local_action_path }}/src/manage.py\n","shell":"bash","env":{"owner":"${{ github.repository_owner }}","repository":"${{ github.event.repository.name }}","pull_request_number":"${{ github.event.pull_request.number }}","access_token":"${{ inputs.GITHUB_TOKEN }}","src_path":"${{ inputs.src_path }}","symbols":"${{ env.symbols }}"}}]},"default_branch":"master","path":null},"repo_metadata":{"uuid":"591900127","full_name":"chyccs/pull-request-typography","owner":"chyccs","description":"GitHub Actions that helps you make pull-requests look nice","archived":false,"fork":false,"pushed_at":"2023-07-05T05:30:26.000Z","size":689,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-05T06:24:58.243Z","etag":null,"topics":["emphasize","highlight","keyword","keyword-extraction","pull-requests","typography"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chyccs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2023-01-22T09:22:48.000Z","updated_at":"2023-07-05T06:24:58.243Z","dependencies_parsed_at":"2023-02-18T07:46:03.669Z","dependency_job_id":null,"html_url":"https://github.com/chyccs/pull-request-typography","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":0.3787878787878788,"last_synced_commit":"61f826ccf71cdf7f6b5bbce2ab5c5101cec99e8c"},"previous_names":[],"tags_count":13,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyccs","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145720451,"owners_count":6280599,"icon_url":"https://github.com/github.png","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":"chyccs","name":null,"uuid":"1327018","kind":"user","description":"","email":"","website":null,"location":"Seoul, Korea","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1327018?u=97c83cdb9d66a11a1fceea07eb3504d4ed7436ba\u0026v=4","repositories_count":4,"last_synced_at":"2023-02-27T00:20:39.128Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chyccs","created_at":"2022-11-10T09:11:14.282Z","updated_at":"2023-02-27T00:20:39.133Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyccs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyccs/repositories"},"tags":[{"name":"v0.0.10","sha":"9c82a108dbbd3240cc21fbe388ab5765bd4f93c3","kind":"commit","published_at":"2023-03-03T14:26:40.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.10","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.10","dependencies_parsed_at":"2023-06-02T00:28:23.527Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"60c29e540e7709a2a65f5ae4fdb6339013643f10","kind":"commit","published_at":"2023-02-25T12:36:39.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.9","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.9","dependencies_parsed_at":"2023-06-02T00:28:23.202Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"5754c90b9e06425ec322b8376f7aec487677c84d","kind":"commit","published_at":"2023-02-19T05:41:20.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.8","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.8","dependencies_parsed_at":"2023-06-02T00:28:23.791Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"123552bbccc985b2454dcc3072e740ed7331c8db","kind":"commit","published_at":"2023-02-09T07:53:00.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.7","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.7","dependencies_parsed_at":"2023-06-02T00:28:22.393Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"fdc5c0bfc82d0fa41ce2354f337082e6e1bf18ff","kind":"commit","published_at":"2023-02-04T16:09:47.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.6","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.6","dependencies_parsed_at":"2023-06-02T00:28:19.956Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"dc1e8b3ef1d228511377b79182f0c94a35481a07","kind":"commit","published_at":"2023-02-04T13:27:22.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.5","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.5","dependencies_parsed_at":"2023-06-02T00:28:19.817Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"34d4827dc4148bb6dced271864cdc91ddeaae73b","kind":"commit","published_at":"2023-02-03T07:13:10.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.4","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.4","dependencies_parsed_at":"2023-06-02T00:28:20.290Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"1bebe082af6904f0501191392fbbea4bedf9d6c5","kind":"commit","published_at":"2023-02-03T06:20:59.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.3","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.3","dependencies_parsed_at":"2023-06-02T00:28:20.307Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.3/manifests"},{"name":"0.0.3","sha":"da7be708448b8a50697a0376ccdfb44f9b71acc7","kind":"commit","published_at":"2023-01-26T11:16:36.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/0.0.3","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/0.0.3","dependencies_parsed_at":"2023-06-02T00:28:19.415Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"5f79d9d7057a6a4173e33020774aa081580a2f8e","kind":"commit","published_at":"2023-01-26T10:28:09.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/0.0.2","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/0.0.2","dependencies_parsed_at":"2023-06-02T00:28:18.859Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.2/manifests"},{"name":"v0.0.2","sha":"5f79d9d7057a6a4173e33020774aa081580a2f8e","kind":"commit","published_at":"2023-01-26T10:28:09.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/v0.0.2","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/v0.0.2","dependencies_parsed_at":"2023-06-02T00:28:20.294Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/v0.0.2/manifests"},{"name":"0.0.1","sha":"0f94f985386124491baa4e6f14a447063639afe4","kind":"commit","published_at":"2023-01-26T08:59:43.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/0.0.1","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/0.0.1","dependencies_parsed_at":"2023-06-02T00:28:19.560Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.0.1/manifests"},{"name":"0.1","sha":"50338f35ee425aaae65baa7caaf942a6fdfa3959","kind":"commit","published_at":"2023-01-25T17:12:54.000Z","download_url":"https://codeload.github.com/chyccs/pull-request-typography/tar.gz/0.1","html_url":"https://github.com/chyccs/pull-request-typography/releases/tag/0.1","dependencies_parsed_at":"2023-06-02T00:28:20.428Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyccs%2Fpull-request-typography/tags/0.1/manifests"}]},"repo_metadata_updated_at":"2023-07-14T09:58:18.407Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.750435747108224,"dependent_packages_count":0.0,"stargazers_count":27.336396767548727,"forks_count":35.11963238789415,"docker_downloads_count":null,"average":21.801616225637776},"purl":"pkg:githubactions/chyccs/pull-request-typography","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/chyccs/pull-request-typography","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/chyccs/pull-request-typography","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/chyccs/pull-request-typography/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:37:28.619Z","issues_count":9,"pull_requests_count":104,"avg_time_to_close_issue":633597.7142857143,"avg_time_to_close_pull_request":150363.3,"issues_closed_count":7,"pull_requests_closed_count":100,"pull_request_authors_count":4,"issue_authors_count":1,"avg_comments_per_issue":0.1111111111111111,"avg_comments_per_pull_request":1.3076923076923077,"merged_pull_requests_count":87,"bot_issues_count":0,"bot_pull_requests_count":65,"past_year_issues_count":9,"past_year_pull_requests_count":104,"past_year_avg_time_to_close_issue":633597.7142857143,"past_year_avg_time_to_close_pull_request":150363.3,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.1111111111111111,"past_year_avg_comments_per_pull_request":1.3076923076923077,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":65,"past_year_merged_pull_requests_count":87},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/chyccs%2Fpull-request-typography/codemeta","maintainers":[]}