{"id":5790863,"name":"bitovi/github-actions-deploy-stackstorm","ecosystem":"actions","description":"Deploy a Single VM Stackstorm to an AWS Virtual Machine (EC2)","homepage":"https://github.com/marketplace/actions/deploy-single-vm-stackstorm-to-aws-ec2","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/bitovi/github-actions-deploy-stackstorm","keywords_array":["ansible","aws","devops","gh-action","github-actions","st2","stackstorm","terraform"],"namespace":"bitovi","versions_count":9,"first_release_published_at":"2022-12-29T16:22:22.000Z","latest_release_published_at":"2025-01-28T13:38:11.000Z","latest_release_number":"v0.4.3","last_synced_at":"2026-03-19T06:35:35.979Z","created_at":"2023-01-03T21:28:37.131Z","updated_at":"2026-03-19T06:35:35.980Z","registry_url":"https://github.com/bitovi/github-actions-deploy-stackstorm","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy Single VM Stackstorm to AWS EC2","description":"Deploy a Single VM Stackstorm to an AWS Virtual Machine (EC2)","branding":{"icon":"upload-cloud","color":"red"},"inputs":{"checkout":{"description":"Specifies if this action should checkout the code","required":false,"default":"true"},"aws_access_key_id":{"description":"AWS access key ID","required":false},"aws_secret_access_key":{"description":"AWS secret access key","required":false},"aws_session_token":{"description":"AWS session token","required":false},"aws_default_region":{"description":"AWS default region","required":false},"aws_resource_identifier":{"description":"Set to override the AWS resource identifier for the deployment.  Defaults to `${org}-{repo}-{branch}`.  Use with destroy to destroy specific resources.","required":false},"aws_additional_tags":{"description":"A JSON object of additional tags that will be included on created resources. Example: `{\"key1\": \"value1\", \"key2\": \"value2\"}`","required":false},"aws_ec2_iam_instance_profile":{"description":"The AWS IAM instance profile to use for the EC2 instance","required":false},"aws_ec2_instance_type":{"description":"The AWS Instance type","default":"t3.medium","required":false},"aws_ec2_instance_root_vol_size":{"description":"Define the volume size (in GiB) for the root volume on the AWS Instance.","required":false,"default":10},"aws_ec2_instance_root_vol_preserve":{"description":"Set this to true to avoid deletion of root volume on termination. Defaults to false.","required":false},"aws_ec2_create_keypair_sm":{"description":"Creates a Secret in AWS secret manager to store a kypair","required":false},"aws_ec2_instance_public_ip":{"description":"Add a public IP to the instance or not. (Not an Elastic IP)","required":false,"default":true},"aws_ec2_additional_tags":{"description":"A JSON object of additional tags that will be included on created resources. Example: `{\"key1\": \"value1\", \"key2\": \"value2\"}`","required":false},"st2_auth_username":{"description":"Username used by StackStorm standalone authentication. Set as a secret in GH Actions.","required":true},"st2_auth_password":{"description":"Password used by StackStorm standalone authentication. Set as a secret in GH Actions.","required":true},"st2_packs":{"description":"Comma separated list of packs to install. If you modify this option, be sure to also include `st2` in the list.","default":"st2"},"st2_ansible_extra_vars_file":{"description":"Relative path from project root to Ansible vars file. If you'd like to adjust more advanced configuration; st2 version, st2.conf, RBAC, chatops, auth, etc. See https://github.com/stackStorm/ansible-st2#variables for the full list of settings. The Ansible vars will take higher precedence over the GHA inputs.","required":false},"st2_version_tag":{"description":"Stackstorm Ansible release tag to use. See https://github.com/StackStorm/ansible-st2/releases","required":false},"tf_stack_destroy":{"description":"Set to \"true\" to Destroy the created AWS infrastructure for this instance","default":"false"},"tf_state_file_name":{"description":"Change this to be anything you want to. Carefull to be consistent here. A missing file could trigger recreation, or stepping over destruction of non-defined objects.","required":false},"tf_state_file_name_append":{"description":"Append a string to the tf-state-file. Setting this to `unique` will generate `tf-state-aws-unique`. Can co-exist with the tf_state_file_name variable. ","required":false},"tf_state_bucket":{"description":"AWS S3 bucket to use for Terraform state. Defaults to `${org}-${repo}-{branch}-tf-state-aws`","required":false},"tf_state_bucket_destroy":{"description":"Force purge and deletion of S3 tf_state_bucket defined. Any file contained there will be destroyed. `tf_stack_destroy` must also be `true`","required":false},"aws_r53_domain_name":{"description":"Define the root domain name for the application. e.g. bitovi.com. If empty, ELB URL will be provided.","required":false},"aws_r53_sub_domain_name":{"description":"Define the sub-domain part of the URL. Defaults to `${org}-${repo}-{branch}`","required":false},"aws_r53_root_domain_deploy":{"description":"Deploy to root domain. Will generate two DNS recrods, one for root, another for www","required":false},"aws_r53_enable_cert":{"description":"Makes the application use a certificate by enabling a certificate lookup.","required":false},"aws_r53_cert_arn":{"description":"Define the certificate ARN to use for the application","required":false},"aws_r53_create_root_cert":{"description":"Generates and manage the root cert for the application","required":false},"aws_r53_create_sub_cert":{"description":"Generates and manage the sub-domain certificate for the application","required":false},"aws_r53_additional_tags":{"description":"A JSON object of additional tags that will be included on created resources. Example: `{\"key1\": \"value1\", \"key2\": \"value2\"}`","required":false},"aws_vpc_create":{"description":"Define if a VPC should be created","required":false},"aws_vpc_name":{"description":"Set a specific name for the VPC","required":false},"aws_vpc_cidr_block":{"description":"Define Base CIDR block which is divided into subnet CIDR blocks. Defaults to 10.0.0.0/16.","required":false},"aws_vpc_public_subnets":{"description":"Comma separated list of public subnets. Defaults to 10.10.110.0/24","required":false},"aws_vpc_private_subnets":{"description":"Comma separated list of private subnets. If none, none will be created.","required":false},"aws_vpc_availability_zones":{"description":"Comma separated list of availability zones. Defaults to `aws_default_region.","required":false},"aws_vpc_id":{"description":"AWS VPC ID. Accepts `vpc-###` values.","required":false},"aws_vpc_subnet_id":{"description":"Specify a Subnet to be used with the instance. If none provided, will pick one.","required":false},"aws_vpc_enable_nat_gateway":{"description":"Enables NAT gateway","required":false},"aws_vpc_single_nat_gateway":{"description":"Creates only one NAT gateway","required":false},"aws_vpc_external_nat_ip_ids":{"description":"Comma separated list of IP IDS to reuse in the NAT gateways","required":false},"aws_vpc_additional_tags":{"description":"A JSON object of additional tags that will be included on created resources. Example: `{\"key1\": \"value1\", \"key2\": \"value2\"}`","required":false}},"outputs":{"aws_vpc_id":{"description":"The selected VPC ID used.","value":"${{ steps.deploy.outputs.aws_vpc_id }}"},"vm_url":{"description":"The URL of the generated app","value":"${{ steps.deploy.outputs.vm_url }}"},"instance_endpoint":{"description":"The URL of the generated ec2 instance","value":"${{ steps.deploy.outputs.instance_endpoint }}"},"ec2_sg_id":{"description":"SG ID for the EC2 instance","value":"${{ steps.deploy.outputs.ec2_sg_id }}"}},"runs":{"using":"composite","steps":[{"name":"Push ST2_PACKS to env_file","shell":"bash","id":"set-env_file","run":"echo \"ST2_PACKS=${{ inputs.st2_packs }}\" \u003e ${{ github.action_path }}/extra_env\n"},{"name":"Deploy with BitOps","id":"deploy","uses":"bitovi/github-actions-commons@v1","with":{"gh_action_repo":"${{ github.action_path }}","gh_action_input_ansible":"operations/deployment/ansible","gh_deployment_action_input_ansible_extra_vars_file":"${{ inputs.st2_ansible_extra_vars_file }}","checkout":"${{ inputs.checkout }}","bitops_extra_env_vars":"-e ST2_AUTH_USERNAME=${{ inputs.st2_auth_username }} -e ST2_AUTH_PASSWORD=${{ inputs.st2_auth_password }} -e ST2_VERSION_TAG=${{ inputs.st2_version_tag }}","bitops_extra_env_vars_file":"extra_env","aws_access_key_id":"${{ inputs.aws_access_key_id }}","aws_secret_access_key":"${{ inputs.aws_secret_access_key }}","aws_session_token":"${{ inputs.aws_session_token }}","aws_default_region":"${{ inputs.aws_default_region }}","aws_resource_identifier":"${{ inputs.aws_resource_identifier }}","aws_additional_tags":"${{ inputs.aws_additional_tags }}","aws_ec2_instance_create":true,"aws_ec2_ami_filter":"ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*","aws_ec2_ami_owner":"099720109477","aws_ec2_iam_instance_profile":"${{ inputs.aws_ec2_instance_profile }}","aws_ec2_instance_type":"${{ inputs.aws_ec2_instance_type }}","aws_ec2_instance_root_vol_size":"${{ inputs.aws_ec2_instance_vol_size }}","aws_ec2_instance_root_vol_preserve":"${{ inputs.aws_ec2_instance_root_vol_preserve }}","aws_ec2_create_keypair_sm":"${{ inputs.aws_ec2_create_keypair_sm }}","aws_ec2_instance_public_ip":true,"aws_ec2_additional_tags":"${{ inputs.aws_ec2_additional_tags }}","aws_elb_create":true,"aws_elb_app_port":"443","aws_elb_app_protocol":"ssl","aws_elb_healthcheck":"HTTPS:443/","tf_stack_destroy":"${{ inputs.tf_stack_destroy }}","tf_state_file_name":"${{ inputs.tf_state_file_name }}","tf_state_file_name_append":"${{ inputs.tf_state_file_name_append }}","tf_state_bucket":"${{ inputs.tf_state_bucket }}","tf_state_bucket_destroy":"${{ inputs.tf_state_bucket_destroy }}","tf_state_bucket_provider":"aws","aws_r53_enable":true,"aws_r53_domain_name":"${{ inputs.aws_r53_domain_name }}","aws_r53_sub_domain_name":"${{ inputs.aws_r53_sub_domain_name }}","aws_r53_root_domain_deploy":"${{ inputs.aws_r53_root_domain_deploy }}","aws_r53_enable_cert":"${{ inputs.aws_r53_enable_cert }}","aws_r53_cert_arn":"${{ inputs.aws_r53_cert_arn }}","aws_r53_create_root_cert":"${{ inputs.aws_r53_create_root_cert }}","aws_r53_create_sub_cert":"${{ inputs.aws_r53_create_sub_cert }}","aws_r53_additional_tags":"${{ inputs.aws_r53_additional_tags }}","aws_vpc_create":"${{ inputs.aws_vpc_create }}","aws_vpc_name":"${{ inputs.aws_vpc_name }}","aws_vpc_cidr_block":"${{ inputs.aws_vpc_cidr_block }}","aws_vpc_public_subnets":"${{ inputs.aws_vpc_public_subnets }}","aws_vpc_private_subnets":"${{ inputs.aws_vpc_private_subnets }}","aws_vpc_availability_zones":"${{ inputs.aws_vpc_availability_zones }}","aws_vpc_id":"${{ inputs.aws_vpc_id }}","aws_vpc_subnet_id":"${{ inputs.aws_vpc_subnet_id }}","aws_vpc_enable_nat_gateway":"${{ inputs.aws_vpc_enable_nat_gateway }}","aws_vpc_single_nat_gateway":"${{ inputs.aws_vpc_single_nat_gateway }}","aws_vpc_external_nat_ip_ids":"${{ inputs.aws_vpc_external_nat_ip_ids }}","aws_vpc_additional_tags":"${{ inputs.aws_vpc_additional_tags }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":65159081,"uuid":"573175015","full_name":"bitovi/github-actions-deploy-stackstorm","owner":"bitovi","description":"GitHub Action to deploy StackStorm to AWS (βeta)","archived":false,"fork":false,"pushed_at":"2025-01-28T13:39:20.000Z","size":144,"stargazers_count":8,"open_issues_count":5,"forks_count":4,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-22T00:23:51.322Z","etag":null,"topics":["ansible","aws","devops","gh-action","github-actions","st2","stackstorm","terraform"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-single-vm-stackstorm-to-aws-ec2","language":"Shell","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/bitovi.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}},"created_at":"2022-12-01T21:31:50.000Z","updated_at":"2025-01-28T13:38:15.000Z","dependencies_parsed_at":"2024-02-20T15:08:51.766Z","dependency_job_id":null,"html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm","commit_stats":{"total_commits":129,"total_committers":6,"mean_commits":21.5,"dds":0.5038759689922481,"last_synced_commit":"da1d6f4fb95c1f630b2f1cfbdc5e9c625198cfe8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242386686,"owners_count":20119572,"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","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":"bitovi","name":"Bitovi","uuid":"2782656","kind":"organization","description":"","email":"contact@bitovi.com","website":"https://www.bitovi.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2782656?v=4","repositories_count":231,"last_synced_at":"2024-04-14T06:41:51.003Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bitovi","funding_links":[],"total_stars":4651,"followers":39,"following":0,"created_at":"2022-11-02T20:10:50.571Z","updated_at":"2024-04-14T06:42:23.466Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi/repositories"},"tags":[{"name":"v0","sha":"2afeae1d65acc53538a3c20743b62ae8160203de","kind":"commit","published_at":"2025-01-28T13:38:11.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0","dependencies_parsed_at":"2025-02-07T04:13:31.445Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0/manifests"},{"name":"v0.4.3","sha":"2afeae1d65acc53538a3c20743b62ae8160203de","kind":"commit","published_at":"2025-01-28T13:38:11.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.4.3","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.4.3","dependencies_parsed_at":"2025-02-07T04:13:31.448Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"ebffc7ffcd172810a848b7aca6c88f81329e1cb4","kind":"commit","published_at":"2024-02-21T20:29:17.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.4.2","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.4.2","dependencies_parsed_at":"2024-02-23T04:10:07.332Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c827f9356916f05583369331484c6b16c68752b8","kind":"commit","published_at":"2023-11-01T10:35:40.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.4.1","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.4.1","dependencies_parsed_at":"2023-11-03T09:47:41.383Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"34b704835e34a85ac29894d53c4df0bb98995496","kind":"commit","published_at":"2023-10-26T20:59:24.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.4.0","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.4.0","dependencies_parsed_at":"2023-10-28T08:34:59.765Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"d46c4353621423c6e704ba613696fc8d822058a7","kind":"commit","published_at":"2023-03-30T17:14:36.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.3.0","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.3.0","dependencies_parsed_at":"2023-06-02T00:38:32.180Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"c170269821ad43841bf361d09578506314d00989","kind":"commit","published_at":"2023-02-27T15:55:21.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.2.0","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.2.0","dependencies_parsed_at":"2023-06-02T00:38:32.245Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"8b28995ef56abd428d5cbba247fbca9e1fb246d9","kind":"commit","published_at":"2023-01-03T17:09:55.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.1.1","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.1.1","dependencies_parsed_at":"2023-06-01T12:11:52.486Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"bb340dad75cd66fd20fa3e55be5265e3c6a25469","kind":"commit","published_at":"2022-12-29T16:22:22.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-stackstorm/tar.gz/v0.1.0","html_url":"https://github.com/bitovi/github-actions-deploy-stackstorm/releases/tag/v0.1.0","dependencies_parsed_at":"2023-06-01T12:11:53.834Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-03-07T12:04:31.238Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.753604816986215,"dependent_packages_count":0.0,"stargazers_count":14.232292822056728,"forks_count":12.945650451592458,"docker_downloads_count":null,"average":12.98288702265885},"purl":"pkg:githubactions/bitovi/github-actions-deploy-stackstorm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/bitovi/github-actions-deploy-stackstorm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/bitovi/github-actions-deploy-stackstorm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/bitovi/github-actions-deploy-stackstorm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-11-15T03:19:39.160Z","issues_count":26,"pull_requests_count":32,"avg_time_to_close_issue":8133208.5,"avg_time_to_close_pull_request":2002971.9677419355,"issues_closed_count":22,"pull_requests_closed_count":31,"pull_request_authors_count":4,"issue_authors_count":4,"avg_comments_per_issue":2.1153846153846154,"avg_comments_per_pull_request":1.09375,"merged_pull_requests_count":26,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":38927.0,"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":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-stackstorm/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-stackstorm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-stackstorm/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-stackstorm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-stackstorm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-stackstorm/codemeta","maintainers":[]}