{"id":5800915,"name":"Azure/AppConfiguration-Sync","ecosystem":"actions","description":"DEPRECATED: Use Azure CLI action instead. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set up.","homepage":"https://aka.ms/AzureAppConfiguration","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Azure/AppConfiguration-Sync","keywords_array":["azure-app-configuration"],"namespace":"Azure","versions_count":10,"first_release_published_at":"2020-01-17T23:29:52.000Z","latest_release_published_at":"2024-09-09T18:26:29.000Z","latest_release_number":"v1.1.7","last_synced_at":"2026-04-11T14:16:45.279Z","created_at":"2023-01-04T12:36:42.889Z","updated_at":"2026-04-11T14:16:45.280Z","registry_url":"https://github.com/Azure/AppConfiguration-Sync","install_command":null,"documentation_url":null,"metadata":{"name":"Azure App Configuration Sync (Deprecated)","description":"DEPRECATED: Use Azure CLI action instead. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set up.","inputs":{"configurationFile":{"description":"Path to the configuration file in the repo, relative to the repo root. Also supports glob patterns and multiple files","required":true},"format":{"description":"Format of the configuration file. Valid values are: json, yaml, properties","required":true},"connectionString":{"description":"Connection string for the App Configuration instance","required":true},"separator":{"description":"Separator used when flattening the configuration file to key-value pairs","required":true},"strict":{"description":"Specifies whether to use a strict sync which will make the App Configuration instance exactly match the configuration file (deleting key-values not in the configuration file). Defaults to false","required":false},"prefix":{"description":"Prefix that will be added to the front of the keys","required":false},"label":{"description":"Label to use when setting the key-value pairs. If not specified, a null label will be used","required":false},"depth":{"description":"Max depth (positive number) for flattening the configuration file","required":false},"tags":{"description":"Stringified form of a JSON object with the following shape: { [propertyName: string]: string; }","required":false},"contentType":{"description":"Content type associated with the values","required":false}},"runs":{"using":"node20","main":"lib/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":43678231,"uuid":"221839987","full_name":"Azure/AppConfiguration-Sync","owner":"Azure","description":"GitHub action for importing configuration files to Azure App Configuration","archived":true,"fork":false,"pushed_at":"2024-09-10T05:51:17.000Z","size":1689,"stargazers_count":15,"open_issues_count":0,"forks_count":14,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-06T00:35:38.511Z","etag":null,"topics":["azure-app-configuration"],"latest_commit_sha":null,"homepage":"https://aka.ms/AzureAppConfiguration","language":"TypeScript","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/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-11-15T03:53:22.000Z","updated_at":"2025-07-13T19:52:33.000Z","dependencies_parsed_at":"2024-04-22T13:44:30.221Z","dependency_job_id":null,"html_url":"https://github.com/Azure/AppConfiguration-Sync","commit_stats":{"total_commits":34,"total_committers":7,"mean_commits":4.857142857142857,"dds":0.4411764705882353,"last_synced_commit":"177a1e5cc43339c2ad5ace1fdc42518eb3514c2b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Azure/AppConfiguration-Sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/sbom","scorecard":{"id":18772,"data":{"date":"2025-08-11","repo":{"name":"github.com/Azure/AppConfiguration-Sync","commit":"91808c85bbb0a98f184428bc3d11e5a4c9636db9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"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/defaultLabels.yml:1","Warn: no topLevel permission defined: .github/workflows/pullRequest.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":"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"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/defaultLabels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/AppConfiguration-Sync/defaultLabels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/defaultLabels.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/AppConfiguration-Sync/defaultLabels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pullRequest.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/AppConfiguration-Sync/pullRequest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pullRequest.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/AppConfiguration-Sync/pullRequest.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/pullRequest.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/pullRequest.yml:23","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 npmCommand 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":"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":"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":8,"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: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is 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","Info: 'last push approval' is required to merge on branch 'main'","Info: status check found to merge onto on 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":2,"reason":"8 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T16:21:00.534Z","repository_id":43678231,"created_at":"2025-08-14T16:21:00.534Z","updated_at":"2025-08-14T16:21:00.534Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542681,"owners_count":26004060,"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-05T02:00:06.059Z","response_time":54,"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":"Azure","name":"Microsoft Azure","uuid":"6844498","kind":"organization","description":"APIs, SDKs and open source projects from Microsoft Azure","email":null,"website":"https://docs.microsoft.com/en-us/azure/","location":"United States of America","twitter":"Azure","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6844498?v=4","repositories_count":2270,"last_synced_at":"2025-10-05T00:25:05.848Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Azure","funding_links":[],"total_stars":207710,"followers":13223,"following":0,"created_at":"2022-11-02T16:20:18.910Z","updated_at":"2025-10-05T00:25:05.848Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure/repositories"},"tags":[{"name":"v1.1.7","sha":"91808c85bbb0a98f184428bc3d11e5a4c9636db9","kind":"commit","published_at":"2024-09-09T18:26:29.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.7","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.7","dependencies_parsed_at":"2024-09-11T10:41:26.437Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.7/manifests"},{"name":"v1.1.6","sha":"51224b03b31f217a1a54e238e2c78046e1eada08","kind":"commit","published_at":"2024-08-12T17:26:44.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.6","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.6","dependencies_parsed_at":"2024-08-29T04:57:45.529Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.6/manifests"},{"name":"v1.1.5","sha":"f315c180e7ebeaaf73ac4bfdedc9fea52434dfb3","kind":"tag","published_at":"2024-07-29T07:35:36.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.5","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.5","dependencies_parsed_at":"2024-07-31T05:11:13.857Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"befe6ea1c9f365fbbc1bdaf3d13574c3569d674e","kind":"commit","published_at":"2024-04-23T06:42:59.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.4","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.4","dependencies_parsed_at":"2024-04-25T04:26:21.549Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.4/manifests"},{"name":"v1","sha":"d539c10f846dfa5c68eeffe39a0d43276bc94805","kind":"tag","published_at":"2022-02-24T13:28:42.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1","dependencies_parsed_at":"2023-05-31T11:06:10.473Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1/manifests"},{"name":"v1.1.3","sha":"d539c10f846dfa5c68eeffe39a0d43276bc94805","kind":"commit","published_at":"2022-02-24T13:13:54.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.3","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.3","dependencies_parsed_at":"2023-05-31T11:06:09.851Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"98c187aa7e2b47cfab9ccb04a9b0e6190c8105ac","kind":"commit","published_at":"2021-07-07T11:50:00.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.2","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-31T11:06:11.046Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"30bd5114710bcc094b16416915d13d4cb97f20d2","kind":"commit","published_at":"2020-11-09T20:56:16.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.1","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T11:06:11.530Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"d27de5c67dbd69899c472f1ba3fffa1b3bde0287","kind":"commit","published_at":"2020-04-20T20:54:45.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.1.0","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T11:06:12.064Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"bba8c3dcbf6fd2d9724d1f848761582bd7e3c78f","kind":"tag","published_at":"2020-01-17T23:29:52.000Z","download_url":"https://codeload.github.com/Azure/AppConfiguration-Sync/tar.gz/v1.0.0","html_url":"https://github.com/Azure/AppConfiguration-Sync/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T11:06:12.615Z","dependency_job_id":null,"purl":"pkg:github/Azure/AppConfiguration-Sync@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-29T06:04:10.086Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.55775629852638,"dependent_packages_count":0.0,"stargazers_count":10.061796862620822,"forks_count":5.612422753921724,"docker_downloads_count":null,"average":9.057993978767232},"purl":"pkg:githubactions/Azure/AppConfiguration-Sync","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Azure/AppConfiguration-Sync","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Azure/AppConfiguration-Sync","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Azure/AppConfiguration-Sync/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-24T09:48:53.939Z","issues_count":5,"pull_requests_count":53,"avg_time_to_close_issue":20867559.2,"avg_time_to_close_pull_request":9078763.056603774,"issues_closed_count":5,"pull_requests_closed_count":53,"pull_request_authors_count":6,"issue_authors_count":5,"avg_comments_per_issue":3.6,"avg_comments_per_pull_request":1.2830188679245282,"merged_pull_requests_count":34,"bot_issues_count":0,"bot_pull_requests_count":34,"past_year_issues_count":1,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":11988304.0,"past_year_avg_time_to_close_pull_request":4684134.111111111,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":4.0,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAppConfiguration-Sync/issues","maintainers":[{"login":"et13","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/et13"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2FAppConfiguration-Sync/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2FAppConfiguration-Sync/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2FAppConfiguration-Sync/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2FAppConfiguration-Sync/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2FAppConfiguration-Sync/codemeta","maintainers":[]}