{"id":5791842,"name":"Staffbase/bigquery-github-action","ecosystem":"actions","description":"Writes data to Google BigQuery from within a GitHub workflow.\nIt authenticates with a Google Cloud Service Account.","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/Staffbase/bigquery-github-action","keywords_array":["actions","bigquery","github-actions"],"namespace":"Staffbase","versions_count":9,"first_release_published_at":"2022-07-29T07:41:14.000Z","latest_release_published_at":"2023-12-05T07:00:57.000Z","latest_release_number":"v2.0.0","last_synced_at":"2026-03-16T18:38:49.951Z","created_at":"2023-01-03T21:47:17.151Z","updated_at":"2026-03-16T18:38:49.951Z","registry_url":"https://github.com/Staffbase/bigquery-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Write to Google BigQuery","author":"Staffbase GmbH","description":"Writes data to Google BigQuery from within a GitHub workflow.\nIt authenticates with a Google Cloud Service Account.","inputs":{"credentials_json":{"description":"The credentials key for the Service Account user used for authentication in JSON format.\nThis is forwarded to the google-github-actions/auth@v2 action.","required":true},"token_lifetime":{"description":"The lifetime of the generated auth token in seconds. The default is 30s.\nThis is forwarded to the google-github-actions/auth@v2 action.","required":false,"default":"30s"},"bigquery_project":{"description":"The Project ID of the project to write to.","required":true},"bigquery_dataset":{"description":"The Dataset ID inside the project to write to.","required":true},"bigquery_table":{"description":"The Table ID inside the dataset to write to.","required":true},"payload_json":{"description":"The payload to be written into the referenced table in JSON format. It must reflect the schema of the table.","required":true},"timestamp_property_to_add":{"descritpion":"If you want to add a timestamp property to the `payload_json` you can provide the name of the property with this input.\nThe schema of the `bigquery_table` must have a column of type `TIMESTAMP` and the name of this provided value.\nThe default is the empty string `''`. In this case the `payload_json` is not modified.\nWhen it's not empty the according timestamp property is added to the `payload_json`.\nThis input is useful when the `payload_json` doesn't contain a timestamp property but you need one.","required":false,"default":""}},"runs":{"using":"composite","steps":[{"id":"auth","name":"Authenticate to Google Cloud","uses":"google-github-actions/auth@v2","with":{"credentials_json":"${{ inputs.credentials_json }}","token_format":"access_token","access_token_scopes":"https://www.googleapis.com/auth/bigquery.insertdata","access_token_lifetime":"${{ inputs.token_lifetime }}"}},{"id":"process","name":"Process payload","shell":"bash","run":"${{github.action_path}}/scripts/process-data.sh '${{ inputs.payload_json }}' ${{ inputs.timestamp_property_to_add }}"},{"id":"write","name":"Write to BigQuery","shell":"bash","run":"curl --request POST \\\n  'https://bigquery.googleapis.com/bigquery/v2/projects/${{ inputs.bigquery_project }}/datasets/${{ inputs.bigquery_dataset }}/tables/${{ inputs.bigquery_table }}/insertAll' \\\n  --header 'Authorization: Bearer ${{ steps.auth.outputs.access_token }}' \\\n  --header 'Accept: application/json' \\\n  --header 'Content-Type: application/json' \\\n  --data '{\"rows\":[{\"json\": ${{env.payload_json}} }]}' \\\n  --compressed\n"}]},"branding":{"icon":"bar-chart","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":65158486,"uuid":"502920663","full_name":"Staffbase/bigquery-github-action","owner":"Staffbase","description":"GitHub Action for writing data into BigQuery from within a Github workflow","archived":false,"fork":false,"pushed_at":"2024-07-01T21:40:48.000Z","size":88,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-09-09T22:09:52.467Z","etag":null,"topics":["actions","bigquery","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Staffbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-06-13T11:07:35.000Z","updated_at":"2025-05-09T08:03:46.000Z","dependencies_parsed_at":"2024-11-22T19:14:45.908Z","dependency_job_id":"02392702-0ef0-49d8-9d54-3610a6e15b41","html_url":"https://github.com/Staffbase/bigquery-github-action","commit_stats":{"total_commits":22,"total_committers":5,"mean_commits":4.4,"dds":0.2272727272727273,"last_synced_commit":"8f01ecf2264f2c87662f66617abf33727f2dee51"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Staffbase/bigquery-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/sbom","scorecard":{"id":133584,"data":{"date":"2025-08-11","repo":{"name":"github.com/Staffbase/bigquery-github-action","commit":"4bf67f731944d90478dfc173ca1e6eba65078a00"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/1 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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cla.yml:1","Warn: no topLevel permission defined: .github/workflows/release.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":"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/cla.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/Staffbase/bigquery-github-action/cla.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/Staffbase/bigquery-github-action/release.yml/main?enable=pin","Info:   0 out of   2 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":"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":"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":"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":"Branch-Protection","score":1,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Warn: 'force pushes' enabled 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'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled 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":"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":"SAST","score":-1,"reason":"internal error: internal error: Client.Checks.ListCheckRunsForRef: error during graphqlHandler.setupCheckRuns: Something went wrong while executing your query on 2025-08-12T14:43:22Z. Please include `C31E:728F2:7B482D:1BA0EAA:689B530A` when reporting this issue.","details":null,"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-16T05:48:04.320Z","repository_id":65158486,"created_at":"2025-08-16T05:48:04.320Z","updated_at":"2025-08-16T05:48:04.320Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002342,"owners_count":26083340,"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-09T02:00:07.460Z","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":"Staffbase","name":"Staffbase","uuid":"22979386","kind":"organization","description":"The no. 1 employee app platform. Trusted by hundreds of internal comms professionals. ✓ Own branding ✓ Turnkey solution ✓ API \u0026 Integrations ✓ Fair pricing","email":"hi@staffbase.com","website":"https://staffbase.com","location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22979386?v=4","repositories_count":67,"last_synced_at":"2024-04-15T14:41:41.560Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Staffbase","funding_links":[],"total_stars":88,"followers":91,"following":0,"created_at":"2022-11-08T22:01:38.147Z","updated_at":"2024-04-15T14:41:56.201Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase/repositories"},"tags":[{"name":"v2.0.0","sha":"3f58fac69db0968399134d3e2d17b2dc085f0678","kind":"commit","published_at":"2023-12-05T07:00:57.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v2.0.0","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-12-07T04:27:31.872Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"712a817d2f336d03b5cd77857dbe5cfc02ac6f0c","kind":"commit","published_at":"2023-11-21T07:32:20.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.2.0","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-12-07T04:27:28.422Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"a79cfb9c7e44cd75ae90923cbb1231f48eec9d90","kind":"commit","published_at":"2023-07-05T11:38:09.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.1.0","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-07-07T04:12:24.251Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"7ff6581aca55ab2d1e4f3e2aec9daf06bc8c1354","kind":"commit","published_at":"2023-04-21T10:37:59.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.5","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.5","dependencies_parsed_at":"2023-06-02T00:38:18.801Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"60e8d849ab79c9ffa34db30b0cc7eadd7b34ae28","kind":"commit","published_at":"2023-04-21T09:53:58.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.4","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.4","dependencies_parsed_at":"2023-06-02T00:38:19.323Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"ed44c65f521558923f8550d641155e5760fa5036","kind":"commit","published_at":"2023-04-21T09:32:29.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.3","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-06-02T00:38:19.310Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"f992186b933acff4d7ca4c6509b50e72a6dc4ef1","kind":"commit","published_at":"2023-03-22T06:08:55.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.2","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-02T00:38:19.345Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"3e1a770e937938c9aa8a8e038c902848d0bb13ae","kind":"commit","published_at":"2022-07-29T08:22:51.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.1","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T12:37:41.799Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"308f60fa772c1838f1b978238b6de8329326d84a","kind":"commit","published_at":"2022-07-29T07:41:14.000Z","download_url":"https://codeload.github.com/Staffbase/bigquery-github-action/tar.gz/v1.0.0","html_url":"https://github.com/Staffbase/bigquery-github-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T12:37:44.043Z","dependency_job_id":null,"purl":"pkg:github/Staffbase/bigquery-github-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-11T14:26:01.689Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.750435747108224,"dependent_packages_count":0.0,"stargazers_count":22.836317540801776,"forks_count":35.113294248138175,"docker_downloads_count":null,"average":20.675011884012044},"purl":"pkg:githubactions/Staffbase/bigquery-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Staffbase/bigquery-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Staffbase/bigquery-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Staffbase/bigquery-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-19T19:05:36.665Z","issues_count":0,"pull_requests_count":53,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":282094.92156862747,"issues_closed_count":0,"pull_requests_closed_count":51,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.2830188679245283,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":26,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1209042.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":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.6666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fbigquery-github-action/issues","maintainers":[{"login":"jreimone","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jreimone"},{"login":"flaxel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/flaxel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Fbigquery-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Fbigquery-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Fbigquery-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Fbigquery-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Fbigquery-github-action/codemeta","maintainers":[]}