{"id":5803437,"name":"DrBarnabus/pullrequest-automation","ecosystem":"actions","description":"Automation for common Pull Request tasks on GitHub.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/DrBarnabus/pullrequest-automation","keywords_array":["automation","bot","branch","github","github-actions","label","labeller","labels","protection","pull-request","pull-requests"],"namespace":"DrBarnabus","versions_count":8,"first_release_published_at":"2022-09-07T21:29:54.000Z","latest_release_published_at":"2022-10-23T20:48:33.000Z","latest_release_number":"v3.3.0","last_synced_at":"2026-09-23T12:22:53.950Z","created_at":"2023-01-04T14:30:31.876Z","updated_at":"2026-09-23T12:22:53.950Z","registry_url":"https://github.com/DrBarnabus/pullrequest-automation","install_command":null,"documentation_url":null,"metadata":{"name":"Pull Request Automation","description":"Automation for common Pull Request tasks on GitHub.","author":"DrBarnabus","inputs":{"github-token":{"description":"The secrets.GITHUB_TOKEN for the repo or a valid personal access token with access to the repo","required":false},"github-app-id":{"description":"The ID of your registered GitHub App to impersonate in the action","required":false},"github-app-key":{"description":"The base64 encoded string of the PEM file used to authenticate as the GitHub App to impersonate in the action","required":false},"config-path":{"description":"The path to the config file","default":".github/pullrequest-automation.yml","required":false},"config-ref":{"description":"The branch/tag/commit to load the config from. Defaults to the current branch if not specified.","required":false}},"runs":{"using":"node16","main":"dist/index.js"},"branding":{"color":"purple","icon":"cloud-lightning"},"default_branch":"main","path":null},"repo_metadata":{"id":58530711,"uuid":"530759897","full_name":"DrBarnabus/pullrequest-automation","owner":"DrBarnabus","description":"GitHub Pull Request process and task automation","archived":false,"fork":false,"pushed_at":"2023-02-20T13:52:32.000Z","size":1094,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-08-14T07:29:28.120Z","etag":null,"topics":["automation","bot","branch","github","github-actions","label","labeller","labels","protection","pull-request","pull-requests"],"latest_commit_sha":null,"homepage":"","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/DrBarnabus.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}},"created_at":"2022-08-30T17:26:12.000Z","updated_at":"2022-09-11T19:11:47.000Z","dependencies_parsed_at":"2024-11-07T04:40:19.269Z","dependency_job_id":"ab689733-5cf0-478e-a61d-19b39231caec","html_url":"https://github.com/DrBarnabus/pullrequest-automation","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrBarnabus","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/sbom","scorecard":{"id":42115,"data":{"date":"2025-08-11","repo":{"name":"github.com/DrBarnabus/pullrequest-automation","commit":"2dcf57330974bfd422eacc20d0f9a7a198757247"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:16","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:17","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.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":"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":"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":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/DrBarnabus/pullrequest-automation/codeql.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 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":"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":"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":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-f9xv-q969-pqx4"],"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-14T21:48:39.685Z","repository_id":58530711,"created_at":"2025-08-14T21:48:39.685Z","updated_at":"2025-08-14T21:48:39.685Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37233681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-12T02:00:07.213Z","response_time":57,"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":"DrBarnabus","name":"Daniel Woodward","uuid":"16451892","kind":"user","description":"Senior Developer - dotnet, TypeScript, Angular and React - Currently working at DIGI-Steel Ltd","email":"","website":"https://danielwoodward.dev","location":"Derbyshire, UK","twitter":"drbarnabus","company":"DIGI-Steel Ltd","icon_url":"https://avatars.githubusercontent.com/u/16451892?u=2266f269ffe3708eca9bc36480349bdc23aa935d\u0026v=4","repositories_count":5,"last_synced_at":"2024-12-06T20:10:11.848Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/DrBarnabus","funding_links":[],"total_stars":null,"followers":2,"following":1,"created_at":"2022-11-12T21:23:52.535Z","updated_at":"2024-12-06T20:10:11.849Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrBarnabus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrBarnabus/repositories"},"tags":[{"name":"v3","sha":"322a488180a1a2f4f81725352521267c46b42a04","kind":"tag","published_at":"2022-10-23T20:49:24.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v3","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v3","dependencies_parsed_at":"2026-08-24T08:35:05.086Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3/manifests"},{"name":"v3.3.0","sha":"322a488180a1a2f4f81725352521267c46b42a04","kind":"tag","published_at":"2022-10-23T20:48:33.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v3.3.0","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v3.3.0","dependencies_parsed_at":"2023-06-01T10:47:46.207Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"184095217d2ebc256e10dc8fa463a5613cb576ef","kind":"tag","published_at":"2022-09-13T21:26:22.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v3.2.0","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v3.2.0","dependencies_parsed_at":"2023-06-01T10:47:46.831Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d14b46bfba7f928dc2de4296d75cdae0940da950","kind":"tag","published_at":"2022-09-13T19:56:54.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v3.1.0","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v3.1.0","dependencies_parsed_at":"2023-06-01T10:47:48.543Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"962412136914b3f9113c0db40031495adc85ffef","kind":"tag","published_at":"2022-09-11T19:08:19.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v3.0.0","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T11:56:09.581Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v3.0.0/manifests"},{"name":"v2","sha":"eb2c51dcff095b8f4779a4597f9224d10a3c841d","kind":"tag","published_at":"2022-09-09T16:12:10.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v2","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v2","dependencies_parsed_at":"2023-05-31T11:56:10.819Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2/manifests"},{"name":"v2.4.1","sha":"eb2c51dcff095b8f4779a4597f9224d10a3c841d","kind":"tag","published_at":"2022-09-09T16:12:01.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v2.4.1","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-31T11:56:10.442Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2.4.1/manifests"},{"name":"v2.3.1","sha":"10ca8c60b870485a8dc9ce3eb139c13272fa7a44","kind":"tag","published_at":"2022-09-07T21:29:54.000Z","download_url":"https://codeload.github.com/DrBarnabus/pullrequest-automation/tar.gz/v2.3.1","html_url":"https://github.com/DrBarnabus/pullrequest-automation/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-31T11:56:11.156Z","dependency_job_id":null,"purl":"pkg:github/DrBarnabus/pullrequest-automation@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/tags/v2.3.1/manifests"}]},"repo_metadata_updated_at":"2026-09-12T09:34:30.726Z","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":29.333561321762918,"forks_count":37.2590091052879,"average":27.36288633351857},"purl":"pkg:githubactions/DrBarnabus/pullrequest-automation","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DrBarnabus/pullrequest-automation","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/DrBarnabus/pullrequest-automation","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DrBarnabus/pullrequest-automation/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-24T21:00:24.112Z","issues_count":10,"pull_requests_count":2,"avg_time_to_close_issue":13846449.8,"avg_time_to_close_pull_request":1594330.5,"issues_closed_count":10,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":2,"avg_comments_per_issue":0.2,"avg_comments_per_pull_request":0.5,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2Fpullrequest-automation/issues","maintainers":[{"login":"DrBarnabus","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DrBarnabus"},{"login":"DS-DanielW","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DS-DanielW"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DrBarnabus%2Fpullrequest-automation/codemeta","maintainers":[]}