{"id":26271802,"url":"https://github.com/boxuk/mark-check-status","last_synced_at":"2026-04-02T18:44:43.117Z","repository":{"id":272949211,"uuid":"918154459","full_name":"boxuk/mark-check-status","owner":"boxuk","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-19T12:12:15.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-01T16:33:13.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxuk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-17T11:01:23.000Z","updated_at":"2025-01-20T14:01:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f03ecf5d-c723-42f9-a263-c2badca8fc70","html_url":"https://github.com/boxuk/mark-check-status","commit_stats":null,"previous_names":["boxuk/mark-check-status"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/boxuk/mark-check-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fmark-check-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fmark-check-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fmark-check-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fmark-check-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxuk","download_url":"https://codeload.github.com/boxuk/mark-check-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fmark-check-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-14T07:14:48.303Z","updated_at":"2026-04-02T18:44:43.112Z","avatar_url":"https://github.com/boxuk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Deps Auto Updater - Checkout \n\nThis is a simple GitHub Worklfow to mark the state of a status-check that's been triggered via the `workflow_run` trigger.\n\n## Usage\n\nYou'll need to use the `boxuk/checkout-pr` action to setup your workflow if the event is triggered by `workflow_run`. We need the `worfklow_run_id` to pull the relevant PR number. \n\n```yml\n# Other config...\non:\n  pull_request: # For all PRs\n  workflow_run: # For WP Updates\n    workflows: [\"Update WP Deps\"]\n    types:\n      - completed\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    name: Test\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n        if: github.event_name != 'workflow_run'\n\n      - name: Checkout\n        uses: boxuk/checkout-pr@main\n        id: checkout-deps\n        if: github.event_name == 'workflow_run'\n      \n      # Run Tests or whatever is needed...\n\n      - name: Mark Check Outcome\n        if: github.event_name == 'workflow_run'\n        uses: boxuk/mark-check-status@main\n        with: \n          status: ${{ job.status }}\n          pr-head-sha: ${{ steps.checkout-deps.outputs.pr-head-sha }}\n```\n\n## Contributing\n\nPlease do not submit any Pull Requests here. They will be closed.\n---\n\nPlease submit your PR here instead: https://github.com/boxuk/wp-packages\n\nThis repository is what we call a \"subtree split\": a read-only subset of that main repository.\nWe're looking forward to your PR there!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fmark-check-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxuk%2Fmark-check-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fmark-check-status/lists"}