{"id":15392910,"url":"https://github.com/ijlee2/inspect-workflow-runs","last_synced_at":"2026-04-27T21:31:59.374Z","repository":{"id":119762939,"uuid":"290094804","full_name":"ijlee2/inspect-workflow-runs","owner":"ijlee2","description":"Make a data-driven decision for setting timeout-minutes for jobs in a GitHub Actions workflow.","archived":false,"fork":false,"pushed_at":"2020-09-21T01:55:08.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T05:23:32.590Z","etag":null,"topics":["continuous-integration","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ijlee2.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}},"created_at":"2020-08-25T02:44:46.000Z","updated_at":"2023-01-18T11:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f0a00bb-acf8-40fc-826d-5d09d14e6a76","html_url":"https://github.com/ijlee2/inspect-workflow-runs","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"5c1053ffbe880979c33135a5ccc9dd979abf61ed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ijlee2/inspect-workflow-runs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlee2%2Finspect-workflow-runs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlee2%2Finspect-workflow-runs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlee2%2Finspect-workflow-runs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlee2%2Finspect-workflow-runs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ijlee2","download_url":"https://codeload.github.com/ijlee2/inspect-workflow-runs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlee2%2Finspect-workflow-runs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["continuous-integration","github-actions"],"created_at":"2024-10-01T15:16:42.790Z","updated_at":"2026-04-27T21:31:59.350Z","avatar_url":"https://github.com/ijlee2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/inspect-workflow-runs/workflows/CI/badge.svg?branch=main)](https://github.com/ijlee2/inspect-workflow-runs/actions?query=workflow%3ACI)\n\ninspect-workflow-runs\n==============================================================================\n\nMake a **data-driven decision** for setting `timeout-minutes` for jobs in a [GitHub Actions](https://docs.github.com/actions) workflow.\n\n\nInstallation\n------------------------------------------------------------------------------\n\n1. Clone and install the repo.\n\n    ```bash\n    git clone git@github.com:ijlee2/inspect-workflow-runs.git\n    cd inspect-workflow-runs\n\n    yarn install\n    ```\n\n1. Rename `.env-sample` to `.env`. In the file, set a [GitHub personal access token](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) that has the correct read permission (e.g. `repo:public_repo` for public repos).\n\n    ```\n    GITHUB_PERSONAL_ACCESS_TOKEN=secret123\n    ```\n\n\nHow to run\n------------------------------------------------------------------------------\n\n1. In `index.js`, specify the workflow you'd like to inspect. Save the file.\n\n    ```javascript\n    const workflow = new Workflow({\n      repoOwner: 'ijlee2',\n      repoName: 'ember-container-query',\n      workflowFileName: 'ci.yml'\n    });\n    ```\n\n1. Run the script.\n\n    ```bash\n    yarn start\n    ```\n\n\nContributing\n------------------------------------------------------------------------------\n\nDue to lack of time, I won't be accepting issues and pull requests at the moment.\n\nIf you found this repo helpful in maintaining your workflow, you can star this project! 🌟","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijlee2%2Finspect-workflow-runs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijlee2%2Finspect-workflow-runs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijlee2%2Finspect-workflow-runs/lists"}