{"id":40993390,"url":"https://github.com/hellofresh/action-compile-job-status","last_synced_at":"2026-01-22T08:04:12.707Z","repository":{"id":43012767,"uuid":"471044798","full_name":"hellofresh/action-compile-job-status","owner":"hellofresh","description":"GitHub Action compiling all job status of a workflow run","archived":false,"fork":false,"pushed_at":"2025-10-07T05:29:09.000Z","size":4567,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":112,"default_branch":"master","last_synced_at":"2025-12-01T06:49:40.143Z","etag":null,"topics":["github-actions","open-source","wiz-reliability-platform-cloud-runtime"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hellofresh.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-17T15:51:44.000Z","updated_at":"2025-10-07T05:29:12.000Z","dependencies_parsed_at":"2024-04-23T14:31:56.266Z","dependency_job_id":"f4d61e71-b4eb-40d3-ba79-b17d19b74344","html_url":"https://github.com/hellofresh/action-compile-job-status","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/hellofresh/action-compile-job-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Faction-compile-job-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Faction-compile-job-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Faction-compile-job-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Faction-compile-job-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellofresh","download_url":"https://codeload.github.com/hellofresh/action-compile-job-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Faction-compile-job-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["github-actions","open-source","wiz-reliability-platform-cloud-runtime"],"created_at":"2026-01-22T08:04:05.171Z","updated_at":"2026-01-22T08:04:12.687Z","avatar_url":"https://github.com/hellofresh.png","language":"JavaScript","readme":"# action-compile-job-status\n\nYou can use branch protection rules in GitHub pull requests to require specific status checks to pass before merging a pull request. In more complex workflows, especially if you have different workflow files to perform different jobs, you might want to require a specific status check that might not run for every PR, making it impossible to define a required status check.\n\nWith this action, you can consolidate workflow results in a single PR status check, making it possible to define a required check.\n\n# Usage\n\n```yaml\njobs:\n  compile:\n    name: compile-status\n\n    # Explicit permissions required for the action\n    # Can be omitted if default permission for GITHUB_TOKEN in the organization/repository level are set in permissive mode\n    #\n    # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token\n\n    permissions:\n      checks: write\n      actions: read\n\n    steps:\n      - uses: hellofresh/action-compile-job-status@v2\n        with:\n          check-run-name: ci-checks\n          check-run-title: Required check\n          ignore-jobs: \".*Best-practice|Report|compile*\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofresh%2Faction-compile-job-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellofresh%2Faction-compile-job-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofresh%2Faction-compile-job-status/lists"}