{"id":5801558,"name":"Logerfo/gitflow-action","ecosystem":"actions","description":"Automatically creates and merges pull requests from `master` to `dev` and from `release` to `master`.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Logerfo/gitflow-action","keywords_array":["actions","gitflow"],"namespace":"Logerfo","versions_count":5,"first_release_published_at":"2019-10-22T14:56:15.000Z","latest_release_published_at":"2022-08-29T18:02:08.000Z","latest_release_number":"0.0.5","last_synced_at":"2026-03-16T13:22:06.097Z","created_at":"2023-01-04T13:13:07.260Z","updated_at":"2026-03-16T13:22:06.098Z","registry_url":"https://github.com/Logerfo/gitflow-action","install_command":null,"documentation_url":null,"metadata":{"name":"gitflow-action","description":"Automatically creates and merges pull requests from `master` to `dev` and from `release` to `master`.","author":"Bruno Logerfo","branding":{"icon":"git-merge","color":"white"},"inputs":{"github-token":{"description":"The `GITHUB_TOKEN` secret.","required":true},"release":{"description":"The `release` branch.","default":"release"},"release-regex":{"description":"The `release` branch regex.","default":null},"dev":{"description":"The `dev` branch.","default":"dev"},"master":{"description":"The `master` branch.","default":"master"},"label":{"description":"The pull request label.","default":"gitflow"},"auto-merge":{"description":"If `true`, will try to automatically merge pull requests. Can also be set to `pull_request_review`, `check_run`, `push`, or a comma-separated combination of these values to only merge when handling the named events.","default":true},"require-merge":{"description":"If an attempted merge fails, the action is considered to have failed.","default":false}},"runs":{"using":"node12","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":51143882,"uuid":"216043178","full_name":"Logerfo/gitflow-action","owner":"Logerfo","description":"Automatically creates and merges pull requests from master to dev and from release to master.","archived":false,"fork":false,"pushed_at":"2025-10-18T03:02:02.000Z","size":374,"stargazers_count":25,"open_issues_count":23,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-19T02:07:12.683Z","etag":null,"topics":["actions","gitflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Logerfo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Logerfo","open_collective":"bruno-logerfo","custom":"https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"}},"created_at":"2019-10-18T14:31:40.000Z","updated_at":"2025-10-15T16:57:50.000Z","dependencies_parsed_at":"2023-01-11T17:23:10.117Z","dependency_job_id":"35d8cffb-ddbf-40fc-98b1-902dfdea2b62","html_url":"https://github.com/Logerfo/gitflow-action","commit_stats":{"total_commits":123,"total_committers":5,"mean_commits":24.6,"dds":"0.33333333333333337","last_synced_commit":"4a0628bf6c81cc5d8aa301318356413049666da9"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/Logerfo/gitflow-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Logerfo","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/sbom","scorecard":{"id":85395,"data":{"date":"2025-08-11","repo":{"name":"github.com/Logerfo/gitflow-action","commit":"4a0628bf6c81cc5d8aa301318356413049666da9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":"Code-Review","score":1,"reason":"Found 1/6 approved changesets -- score normalized to 1","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":"no dependencies found","details":null,"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":"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":"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: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'release'"],"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 25 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-15T06:49:47.513Z","repository_id":51143882,"created_at":"2025-08-15T06:49:47.513Z","updated_at":"2025-08-15T06:49:47.513Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279829483,"owners_count":26233009,"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-19T02:00:07.647Z","response_time":64,"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":"Logerfo","name":"Bruno Logerfo","uuid":"19306384","kind":"user","description":"Opinions are mine.","email":"","website":"https://logerfo.tk/","location":"Brazil","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/19306384?u=0565d666ac92a085671f3314278cf172ab834825\u0026v=4","repositories_count":12,"last_synced_at":"2025-10-04T01:27:13.432Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"Logerfo","open_collective":"bruno-logerfo","custom":"https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"}},"html_url":"https://github.com/Logerfo","funding_links":["https://github.com/sponsors/Logerfo","https://opencollective.com/bruno-logerfo","https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"],"total_stars":null,"followers":53,"following":82,"created_at":"2022-11-13T19:55:05.352Z","updated_at":"2025-10-04T01:27:13.432Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Logerfo","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Logerfo/repositories"},"tags":[{"name":"0.0.5","sha":"dadb42f27d3bb753d6082bab1185df28745766e1","kind":"commit","published_at":"2022-08-29T18:02:08.000Z","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/0.0.5","html_url":"https://github.com/Logerfo/gitflow-action/releases/tag/0.0.5","dependencies_parsed_at":"2023-05-30T22:14:04.865Z","dependency_job_id":null,"purl":"pkg:github/Logerfo/gitflow-action@0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.5/manifests"},{"name":"0.0.4","sha":"af600fbd8cd970fa53cc1bb632b33af7181a6110","kind":"commit","published_at":"2019-11-13T17:53:50.000Z","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/0.0.4","html_url":"https://github.com/Logerfo/gitflow-action/releases/tag/0.0.4","dependencies_parsed_at":"2023-05-30T22:14:05.162Z","dependency_job_id":null,"purl":"pkg:github/Logerfo/gitflow-action@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.4/manifests"},{"name":"0.0.3","sha":"1b8e4a763d5d38cdb77ff6943d2db590f96e1ef0","kind":"commit","published_at":"2019-10-25T15:14:52.000Z","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/0.0.3","html_url":"https://github.com/Logerfo/gitflow-action/releases/tag/0.0.3","dependencies_parsed_at":"2023-05-30T22:14:05.471Z","dependency_job_id":null,"purl":"pkg:github/Logerfo/gitflow-action@0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"b21be7e6e9b8ff34022ae70adeca48b79a583a87","kind":"commit","published_at":"2019-10-22T17:38:42.000Z","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/0.0.2","html_url":"https://github.com/Logerfo/gitflow-action/releases/tag/0.0.2","dependencies_parsed_at":"2023-05-30T22:14:05.760Z","dependency_job_id":null,"purl":"pkg:github/Logerfo/gitflow-action@0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.2/manifests"},{"name":"0.0.1","sha":"9fd47bb1147e361d48be7da0578c58119e862146","kind":"commit","published_at":"2019-10-22T14:56:15.000Z","download_url":"https://codeload.github.com/Logerfo/gitflow-action/tar.gz/0.0.1","html_url":"https://github.com/Logerfo/gitflow-action/releases/tag/0.0.1","dependencies_parsed_at":"2023-05-30T22:14:06.039Z","dependency_job_id":null,"purl":"pkg:github/Logerfo/gitflow-action@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Fgitflow-action/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-20T13:42:04.139Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":15.325621929963557,"dependent_packages_count":0.0,"stargazers_count":6.762795119632388,"forks_count":4.3004278244335286,"docker_downloads_count":null,"average":6.597211218507368},"purl":"pkg:githubactions/Logerfo/gitflow-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Logerfo/gitflow-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Logerfo/gitflow-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Logerfo/gitflow-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/Logerfo","https://opencollective.com/bruno-logerfo","https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-07T03:48:37.510Z","issues_count":18,"pull_requests_count":55,"avg_time_to_close_issue":29953.5,"avg_time_to_close_pull_request":11385063.173913043,"issues_closed_count":2,"pull_requests_closed_count":46,"pull_request_authors_count":5,"issue_authors_count":7,"avg_comments_per_issue":1.9444444444444444,"avg_comments_per_pull_request":0.6363636363636364,"merged_pull_requests_count":37,"bot_issues_count":1,"bot_pull_requests_count":50,"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/Logerfo%2Fgitflow-action/issues","maintainers":[{"login":"Logerfo","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Logerfo"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Logerfo%2Fgitflow-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Logerfo%2Fgitflow-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Logerfo%2Fgitflow-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Logerfo%2Fgitflow-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Logerfo%2Fgitflow-action/codemeta","maintainers":[]}