{"id":13529907,"url":"https://github.com/jpmcb/prow-github-actions","last_synced_at":"2025-09-18T01:31:45.775Z","repository":{"id":37174266,"uuid":"254954414","full_name":"jpmcb/prow-github-actions","owner":"jpmcb","description":"Slash commands, jobs, and chat-ops for Github actions inspired by Kubernetes Prow ⚓️","archived":false,"fork":false,"pushed_at":"2025-08-19T21:46:49.000Z","size":1862,"stargazers_count":103,"open_issues_count":18,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-28T02:00:11.732Z","etag":null,"topics":["chat-ops","github-actions","prow"],"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/jpmcb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jpmcb"}},"created_at":"2020-04-11T20:58:55.000Z","updated_at":"2025-08-19T21:46:50.000Z","dependencies_parsed_at":"2024-06-18T16:41:20.838Z","dependency_job_id":"aee4b9ca-86e8-4e5b-964e-50c964680f50","html_url":"https://github.com/jpmcb/prow-github-actions","commit_stats":{"total_commits":126,"total_committers":5,"mean_commits":25.2,"dds":0.3650793650793651,"last_synced_commit":"3b71ce4d16776b2874a7746ab78ae2094039e782"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/jpmcb/prow-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fprow-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fprow-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fprow-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fprow-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpmcb","download_url":"https://codeload.github.com/jpmcb/prow-github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fprow-github-actions/sbom","scorecard":{"id":535810,"data":{"date":"2025-08-11","repo":{"name":"github.com/jpmcb/prow-github-actions","commit":"1accfe4a8ca80422f59da41949e6ea810a7b647d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"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":0,"reason":"Found 0/10 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":"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":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/issueComment.yml:1","Warn: no topLevel permission defined: .github/workflows/lgtm-merger.yml:1","Warn: no topLevel permission defined: .github/workflows/onPr.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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: GitHub-owned GitHubAction not pinned by hash: .github/workflows/issueComment.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/jpmcb/prow-github-actions/issueComment.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lgtm-merger.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/jpmcb/prow-github-actions/lgtm-merger.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/onPr.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/jpmcb/prow-github-actions/onPr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/jpmcb/prow-github-actions/test.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/issueComment.yml:12","Warn: npmCommand not pinned by hash: .github/workflows/lgtm-merger.yml:12","Warn: npmCommand not pinned by hash: .github/workflows/onPr.yml:10","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:10","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/jpmcb/.github/SECURITY.md:1","Info: Found linked content: github.com/jpmcb/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/jpmcb/.github/SECURITY.md:1","Info: Found text in security policy: github.com/jpmcb/.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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"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-20T06:55:48.809Z","repository_id":37174266,"created_at":"2025-08-20T06:55:48.809Z","updated_at":"2025-08-20T06:55:48.809Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275695708,"owners_count":25511349,"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-17T02:00:09.119Z","response_time":84,"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"}},"keywords":["chat-ops","github-actions","prow"],"created_at":"2024-08-01T07:00:40.638Z","updated_at":"2025-09-18T01:31:45.744Z","avatar_url":"https://github.com/jpmcb.png","language":"TypeScript","readme":"# Prow Github Actions ⛵️\n\nThis project is inspired by [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) and brings its chat-ops functionality and project management to a simple, Github actions workflow.\n\n\u003e Prow is a Kubernetes based CI/CD system ... and provides GitHub automation in the form of policy enforcement, chat-ops via /foo style commands, and automatic PR merging.\n\n## Quickstart\n\nCheck out the _\"EXAMPLE\"_ issues and pull requests (open and closed) in this repo to see how this works!\n\n---\nRun specified actions or jobs for issue and PR comments through a `workflow.yaml` file:\n\n```yaml\nname: Prow github actions\non:\n  issue_comment:\n    types: [created]\n\njobs:\n  execute:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: jpmcb/prow-github-actions@v2\n        with:\n          prow-commands: /assign /unassign /approve /retitle /area /kind /priority /remove /lgtm /close /reopen /lock /milestone /hold /cc /uncc\n          github-token: '${{ secrets.GITHUB_TOKEN }}'\n```\n\nYou can automatically merge PRs based on a cron schedule if it contains the `lgtm` label:\n\n```yaml\nname: Merge on lgtm label\non:\n  schedule:\n    - cron: '0 * * * *'\n\njobs:\n  execute:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: jpmcb/prow-github-actions@v2\n        with:\n          jobs: lgtm\n          github-token: '${{ secrets.GITHUB_TOKEN }}'\n\n          # this is optional and defaults to 'merge'\n          merge-method: squash\n```\n\nProw Github actions also supports removing the lgtm label when a PR is updated\n\n```yaml\nname: Run Jobs on PR\non: pull_request\n\njobs:\n  execute:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: jpmcb/prow-github-actions@v2\n        with:\n          jobs: lgtm\n          github-token: '${{ secrets.GITHUB_TOKEN }}'\n```\n\n## Documentation\n- [Overview](./docs/overview.md)\n- [Commands](./docs/commands.md)\n- [Labeling](./docs/labeling.md)\n- [PR Labeling](./docs/pr-labeling.md)\n- [Cron Jobs](./docs/cron-jobs.md)\n- [Automatic PR merging](./docs/automatic-merging.md)\n- [PR jobs](./docs/pr-jobs.md)\n- [Examples](./docs/examples.md)\n- [Contributing](./docs/contributing.md)\n\n---\n\n_open water breeze  \nthe ocean seas are endless  \nforward to the prow_  \n","funding_links":["https://github.com/sponsors/jpmcb"],"categories":["Community Resources"],"sub_categories":["GitHub Tools and Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmcb%2Fprow-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpmcb%2Fprow-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmcb%2Fprow-github-actions/lists"}