{"id":5806026,"name":"narkdown/notion2github","ecosystem":"actions","description":"Automatic syncronization from Notion to Github","homepage":"https://narkdown.notion.site/Notion2Github-en-6066b635cce74ce6ae9e95d9345ccf2c","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/narkdown/notion2github","keywords_array":["cms","narkdown","notion"],"namespace":"narkdown","versions_count":13,"first_release_published_at":"2020-11-30T14:04:06.000Z","latest_release_published_at":"2021-03-28T02:32:08.000Z","latest_release_number":"v1.1.1","last_synced_at":"2026-05-20T16:32:52.135Z","created_at":"2023-01-04T15:52:35.890Z","updated_at":"2026-05-20T16:32:52.135Z","registry_url":"https://github.com/narkdown/notion2github","install_command":null,"documentation_url":null,"metadata":{"name":"Notion2Github","author":"Younho Choo","description":"Automatic syncronization from Notion to Github","branding":{"icon":"inbox","color":"black"},"inputs":{"database-url":{"description":"URL of the notion database to extract.","required":true},"docs-directory":{"description":"Directory in which the notion pages to extract will be stored.","required":false,"default":"docs"},"filter-prop":{"description":"Property of the filter to apply to the notion database.","required":false,"default":""},"filter-value":{"description":"Value of the filter to apply to the notion database.","required":false,"default":""}},"runs":{"using":"docker","image":"Dockerfile","args":["--url","${{ inputs.database-url }}","--docs-directory","${{ inputs.docs-directory }}","--filter-prop","${{ inputs.filter-prop }}","--filter-value","${{ inputs.filter-value }}","--is-database"]},"default_branch":"main","path":null},"repo_metadata":{"id":56012497,"uuid":"316881588","full_name":"narkdown/notion2github","owner":"narkdown","description":"Automatic syncronization from Notion to Github","archived":true,"fork":false,"pushed_at":"2021-03-28T02:41:54.000Z","size":150,"stargazers_count":81,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T01:24:34.699Z","etag":null,"topics":["cms","narkdown","notion"],"latest_commit_sha":null,"homepage":"https://narkdown.notion.site/Notion2Github-en-6066b635cce74ce6ae9e95d9345ccf2c","language":"Dockerfile","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/narkdown.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}},"created_at":"2020-11-29T05:17:53.000Z","updated_at":"2025-09-07T16:26:16.000Z","dependencies_parsed_at":"2023-01-05T05:01:37.564Z","dependency_job_id":null,"html_url":"https://github.com/narkdown/notion2github","commit_stats":{"total_commits":40,"total_committers":1,"mean_commits":40.0,"dds":0.0,"last_synced_commit":"8090143207848670f86430c3f29dc217782ed0c4"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/narkdown/notion2github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narkdown","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/sbom","scorecard":{"id":674622,"data":{"date":"2025-08-11","repo":{"name":"github.com/narkdown/notion2github","commit":"8090143207848670f86430c3f29dc217782ed0c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"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":"Code-Review","score":0,"reason":"Found 0/30 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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/notion2github.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":"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":"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":"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":"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":"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/notion2github.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/narkdown/notion2github/notion2github.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notion2github.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/narkdown/notion2github/notion2github.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notion2github.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/narkdown/notion2github/notion2github.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating python:3.8-slim to python:3.8-slim@sha256:1d52838af602b4b5a831beb13a0e4d073280665ea7be7f69ce2382f29c5a613f","Warn: pipCommand not pinned by hash: Dockerfile:12","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 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-21T21:06:55.659Z","repository_id":56012497,"created_at":"2025-08-21T21:06:55.659Z","updated_at":"2025-08-21T21:06:55.659Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278771057,"owners_count":26042907,"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-10-07T02:00:06.786Z","response_time":59,"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":"narkdown","name":"Narkdown","uuid":"92587061","kind":"organization","description":"","email":"narkdown@younho9.com","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/92587061?v=4","repositories_count":9,"last_synced_at":"2023-03-11T19:55:12.146Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/narkdown","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-03-11T19:55:12.147Z","updated_at":"2023-03-11T19:55:12.147Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narkdown","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narkdown/repositories"},"tags":[{"name":"v1.1.1","sha":"8090143207848670f86430c3f29dc217782ed0c4","kind":"commit","published_at":"2021-03-28T02:32:08.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.1.1","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T11:38:09.268Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"b4e9092e1c2e29157eb10152de1187bb37f15d94","kind":"commit","published_at":"2021-02-15T13:45:53.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.1.0","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T11:38:10.139Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.0/manifests"},{"name":"v1.1.0-beta","sha":"5bcaca6157d87406ae094046a33e4b91688668e7","kind":"commit","published_at":"2021-02-15T13:35:57.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.1.0-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.1.0-beta","dependencies_parsed_at":"2023-05-31T11:38:10.778Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.1.0-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.0-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.1.0-beta/manifests"},{"name":"v1.0.3","sha":"0da3305e7252c68999b889f8e9c8f12abd79bfc4","kind":"commit","published_at":"2021-02-14T11:12:03.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.0.3","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T11:38:11.480Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"f7d08b319d12a0c11f3d9038c46663ae603172bb","kind":"commit","published_at":"2020-12-03T10:59:36.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.0.2","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T11:38:12.063Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.2/manifests"},{"name":"v1","sha":"e02abc40396401b2a72e0f52bdd4bed28db112e2","kind":"commit","published_at":"2020-12-02T17:32:36.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1","dependencies_parsed_at":"2023-05-31T11:38:14.141Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1/manifests"},{"name":"v1.0.1","sha":"2106364a4d89fa2e0a735db7b3bb1dd2fe6db592","kind":"commit","published_at":"2020-12-02T17:21:58.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.0.1","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T11:38:12.744Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.1/manifests"},{"name":"v1.0.0-beta","sha":"6ae58f9673a4c6c9a8e8674fb3b507bc09302d9f","kind":"commit","published_at":"2020-12-02T09:21:11.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v1.0.0-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v1.0.0-beta","dependencies_parsed_at":"2023-05-31T11:38:13.424Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v1.0.0-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.0-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v1.0.0-beta/manifests"},{"name":"v0.0.5-beta","sha":"c902fa5a23c7b263d35e7348a3fa581fa303b723","kind":"commit","published_at":"2020-12-01T08:45:39.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v0.0.5-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v0.0.5-beta","dependencies_parsed_at":"2023-05-31T11:38:14.865Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v0.0.5-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.5-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.5-beta/manifests"},{"name":"v0.0.4-beta","sha":"41f28c1f6d5acd6a12dee7693caa87cd91a6aeeb","kind":"commit","published_at":"2020-12-01T07:31:46.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v0.0.4-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v0.0.4-beta","dependencies_parsed_at":"2023-05-31T11:38:15.471Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v0.0.4-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.4-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.4-beta/manifests"},{"name":"v0.0.3-beta","sha":"39a03111c421d7f5f6284bc41858096036623a6e","kind":"commit","published_at":"2020-11-30T16:46:46.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v0.0.3-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v0.0.3-beta","dependencies_parsed_at":"2023-05-31T11:38:16.008Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v0.0.3-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.3-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.3-beta/manifests"},{"name":"v0.0.2-beta","sha":"9a9217efe52bbff0538290efa679d40f5175bca7","kind":"commit","published_at":"2020-11-30T15:10:15.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v0.0.2-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v0.0.2-beta","dependencies_parsed_at":"2023-05-31T11:38:16.467Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v0.0.2-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.2-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.2-beta/manifests"},{"name":"v0.0.1-beta","sha":"973303771a973b40d87a98f222f826eb0ca75c11","kind":"commit","published_at":"2020-11-30T14:04:06.000Z","download_url":"https://codeload.github.com/narkdown/notion2github/tar.gz/v0.0.1-beta","html_url":"https://github.com/narkdown/notion2github/releases/tag/v0.0.1-beta","dependencies_parsed_at":"2023-05-31T11:38:17.305Z","dependency_job_id":null,"purl":"pkg:github/narkdown/notion2github@v0.0.1-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.1-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/tags/v0.0.1-beta/manifests"}]},"repo_metadata_updated_at":"2025-10-07T12:07:49.221Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.77895737601014,"dependent_packages_count":0.0,"stargazers_count":2.9187133576295357,"forks_count":7.469497702424338,"docker_downloads_count":null,"average":8.791792109016004},"purl":"pkg:githubactions/narkdown/notion2github","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/narkdown/notion2github","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/narkdown/notion2github","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/narkdown/notion2github/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-29T07:18:07.608Z","issues_count":3,"pull_requests_count":1,"avg_time_to_close_issue":154408.5,"avg_time_to_close_pull_request":61.0,"issues_closed_count":2,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":3,"avg_comments_per_issue":1.6666666666666667,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/narkdown%2Fnotion2github/issues","maintainers":[{"login":"younho9","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/younho9"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/narkdown%2Fnotion2github/codemeta","maintainers":[]}