{"id":5806520,"name":"cloudposse/github-action-spacelift-stack-deploy","ecosystem":"actions","description":"Synchronously deploy Spacelift stack","homepage":"https://spacelift.io","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy","keywords_array":[],"namespace":"cloudposse","versions_count":6,"first_release_published_at":"2022-10-27T16:36:00.000Z","latest_release_published_at":"2025-01-08T14:34:00.000Z","latest_release_number":"0.1.4","last_synced_at":"2026-03-12T01:03:37.337Z","created_at":"2023-01-04T16:14:29.190Z","updated_at":"2026-03-12T01:03:37.338Z","registry_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy","install_command":null,"documentation_url":null,"metadata":{"name":"Spacelift stack deploy","description":"Synchronously deploy Spacelift stack","author":"hello@cloudposse.com","branding":{"icon":"link-2","color":"white"},"inputs":{"organization":{"required":true,"description":"Organization name"},"stack":{"required":true,"description":"Stack name"},"autodeploy":{"required":false,"description":"If true, automatically deploy the stack without manual confirmation","default":"false"},"api_key_id":{"required":true,"description":"API Key ID"},"api_key_secret":{"required":true,"description":"API Key Secret"},"github_token":{"required":true,"description":"GitHub Token (Required to install Spacelift CLI)"}},"outputs":{"outputs":{"description":"Stack outputs","value":"${{ steps.spacelift.outputs.result }}"}},"runs":{"using":"composite","steps":[{"name":"Install spacectl","uses":"spacelift-io/setup-spacectl@main","env":{"GITHUB_TOKEN":"${{ inputs.github_token }}"}},{"name":"Setup jq","uses":"dcarbone/install-jq-action@v1.0.1"},{"id":"spacelift","name":"Spacelift deploy","shell":"bash","env":{"SPACELIFT_API_KEY_ENDPOINT":"https://${{ inputs.organization }}.app.spacelift.io","SPACELIFT_API_KEY_ID":"${{ inputs.api_key_id  }}","SPACELIFT_API_KEY_SECRET":"${{ inputs.api_key_secret  }}"},"run":"if [ \"${{ inputs.autodeploy }}\" = \"true\" ]; then\n  spacectl stack deploy --id=${{ inputs.stack }} --tail --auto-confirm\nelse\n  spacectl stack deploy --id=${{ inputs.stack }} --tail\nfi\n\nRESULT=$(spacectl stack outputs --id=${{ inputs.stack }} --no-color --output json | \\\n  jq 'map({id: .id, value: (.value | fromjson) })' -c -e -M\n)\necho \"result=${RESULT}\" \u003e\u003e $GITHUB_OUTPUT"}]},"default_branch":"main","path":null},"repo_metadata":{"id":62126392,"uuid":"557739611","full_name":"cloudposse/github-action-spacelift-stack-deploy","owner":"cloudposse","description":"Deploy Spacelift Stack","archived":false,"fork":false,"pushed_at":"2025-09-15T20:04:44.000Z","size":1016,"stargazers_count":2,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T22:11:34.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://spacelift.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudposse.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},"funding":{"github":"cloudposse"}},"created_at":"2022-10-26T08:01:58.000Z","updated_at":"2025-09-15T20:04:47.000Z","dependencies_parsed_at":"2023-12-28T05:23:08.884Z","dependency_job_id":"a3ac4e73-6ffa-4e7d-9950-ebae621d2e3c","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.47058823529411764","last_synced_commit":"fb60afad325d6fb0c5a5efb1fb3bfe45cad2062c"},"previous_names":["cloudposse/github-action-spacelift-deploy"],"tags_count":7,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/sbom","scorecard":{"id":293188,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-spacelift-stack-deploy","commit":"c0c85f6e8ce336aad635506b59e858b6a252cbad"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":2,"reason":"Found 6/23 approved changesets -- score normalized to 2","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":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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/branch.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/branch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-spacelift-stack-deploy/test-positive.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction 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: topLevel 'actions' permission set to 'write': .github/workflows/branch.yml:21","Warn: topLevel 'contents' permission set to 'write': .github/workflows/branch.yml:20","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","Warn: no topLevel permission defined: .github/workflows/test-negative.yml:1","Warn: no topLevel permission defined: .github/workflows/test-positive.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":"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: Apache License 2.0: 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/cloudposse/.github/SECURITY.md:1","Info: Found linked content: github.com/cloudposse/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/cloudposse/.github/SECURITY.md:1","Info: Found text in security policy: github.com/cloudposse/.github/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":"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: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge 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'","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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 19 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-17T18:49:39.400Z","repository_id":62126392,"created_at":"2025-08-17T18:49:39.400Z","updated_at":"2025-08-17T18:49:39.400Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275328498,"owners_count":25445314,"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-09-15T02:00:09.272Z","response_time":75,"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":"cloudposse","name":"Cloud Posse","uuid":"16398900","kind":"organization","description":"DevOps Accelerator for AWS Infrastructure  🙌  Hire Us!  \u003chttps://cloudposse.com/services\u003e","email":"hello@cloudposse.com","website":"https://cloudposse.com/","location":"United States of America","twitter":"cloudposse","company":null,"icon_url":"https://avatars.githubusercontent.com/u/16398900?v=4","repositories_count":258,"last_synced_at":"2025-09-06T01:57:39.362Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"cloudposse"}},"html_url":"https://github.com/cloudposse","funding_links":["https://github.com/sponsors/cloudposse"],"total_stars":16583,"followers":1631,"following":0,"created_at":"2022-11-03T23:59:39.987Z","updated_at":"2025-09-06T01:57:39.362Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse/repositories"},"tags":[{"name":"0.1.4","sha":"aa855c73cfaebf0591a15ea30fb2fc43ae652ff4","kind":"commit","published_at":"2025-01-08T14:34:00.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.4","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.4","dependencies_parsed_at":"2025-01-10T05:10:08.477Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.4/manifests"},{"name":"v0","sha":"aa855c73cfaebf0591a15ea30fb2fc43ae652ff4","kind":"commit","published_at":"2025-01-08T14:34:00.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/v0","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/v0","dependencies_parsed_at":"2025-01-10T05:10:08.490Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/v0/manifests"},{"name":"0.1.4","sha":"aa855c73cfaebf0591a15ea30fb2fc43ae652ff4","kind":"commit","published_at":"2025-01-08T14:34:00.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.4","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.4","dependencies_parsed_at":"2025-01-10T05:10:08.469Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"fb60afad325d6fb0c5a5efb1fb3bfe45cad2062c","kind":"commit","published_at":"2022-12-26T21:16:14.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.3","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.3","dependencies_parsed_at":"2023-06-02T01:21:12.631Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"c4b731a1af2320d5fc5fd250bfa584708f74df83","kind":"commit","published_at":"2022-12-09T09:31:20.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.2","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.2","dependencies_parsed_at":"2023-06-02T01:21:13.142Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"b60836ade243d6c69ffc7501810b85ade36a5087","kind":"commit","published_at":"2022-12-09T09:14:41.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.1","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.1","dependencies_parsed_at":"2023-06-02T01:21:13.059Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"62eef623a93572ada73683dc06eab043e03ddb33","kind":"commit","published_at":"2022-10-27T16:36:00.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-spacelift-stack-deploy/tar.gz/0.1.0","html_url":"https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/tag/0.1.0","dependencies_parsed_at":"2023-06-02T01:21:12.986Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-spacelift-stack-deploy@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-09-18T04:19:11.297Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/cloudposse/github-action-spacelift-stack-deploy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-spacelift-stack-deploy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-spacelift-stack-deploy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-spacelift-stack-deploy/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T02:01:05.042Z","issues_count":1,"pull_requests_count":34,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":6413179.115384615,"issues_closed_count":0,"pull_requests_closed_count":26,"pull_request_authors_count":6,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.2647058823529412,"merged_pull_requests_count":22,"bot_issues_count":1,"bot_pull_requests_count":14,"past_year_issues_count":0,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":66945.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-spacelift-stack-deploy/issues","maintainers":[{"login":"osterman","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"cloudpossebot","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"},{"login":"milldr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/milldr"},{"login":"goruha","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/goruha"}],"active_maintainers":[{"login":"milldr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/milldr"},{"login":"osterman","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-spacelift-stack-deploy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-spacelift-stack-deploy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-spacelift-stack-deploy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-spacelift-stack-deploy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-spacelift-stack-deploy/codemeta","maintainers":[]}