{"id":37728378,"url":"https://github.com/instructlab/ci-actions","last_synced_at":"2026-01-20T16:47:19.819Z","repository":{"id":278283950,"uuid":"934970868","full_name":"instructlab/ci-actions","owner":"instructlab","description":"Repository that contains reusable, in-house GitHub actions that are specific to the InstructLab org","archived":false,"fork":false,"pushed_at":"2025-06-18T20:38:06.000Z","size":105,"stargazers_count":0,"open_issues_count":8,"forks_count":4,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-06-18T21:30:13.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/instructlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING/CONTRIBUTING.md","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}},"created_at":"2025-02-18T17:38:14.000Z","updated_at":"2025-06-18T20:25:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a7b65de-9043-49d7-b68d-0436304b7835","html_url":"https://github.com/instructlab/ci-actions","commit_stats":null,"previous_names":["instructlab/ci-actions"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/instructlab/ci-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructlab%2Fci-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructlab%2Fci-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructlab%2Fci-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructlab%2Fci-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instructlab","download_url":"https://codeload.github.com/instructlab/ci-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructlab%2Fci-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":"2026-01-16T13:45:15.860Z","updated_at":"2026-01-20T16:47:19.813Z","avatar_url":"https://github.com/instructlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CI Actions\n\n## Contents\n- [📙 Overview of this Repository](#-overview-of-this-repository)\n- [👊 Available In-House GitHub Actions](#-available-in-house-github-actions)\n- [❓ How to Use One or More In-House GitHub actions](#-how-to-use-one-or-more-in-house-github-actions)\n- [📬 Contributing](#-contributing)\n\n## 📙 Overview of this Repository\n\nThis repository contains reusable, in-house GitHub actions that are specific to the InstructLab org. None of the GitHub actions provided here will be published to the GitHub Marketplace, but if you would like to use these actions in your own GitHub repo or org, feel free to use them as you see fit.\n\n## 👊 Available In-House GitHub Actions\n\nBelow is a list of the in-house GitHub actions stored in this repository:\n\n| Name | Description | Example Use Cases |\n| --- | --- | --- |\n| [detect-exposed-workflow-secrets](./actions/detect-exposed-workflow-secrets/detect-exposed-workflow-secrets.md) | Used to detect when a contributor's PR would expose a GitHub secret through one or more workflow files that auto-trigger on PRs, and aborts that contributor's PR build before it can start. | \u003cul\u003e\u003cli\u003ePrevent accidental secrets exposure through GitHub workflow files that auto-trigger on PR builds.\u003c/li\u003e\u003c/ul\u003e |\n| [free-disk-space](./actions/free-disk-space/free-disk-space.md) | Used to reclaim disk space on either a GitHub or EC2 runner. | \u003cul\u003e\u003cli\u003eIf a CI job tends to fail due to \"insufficient disk space\"\u003c/li\u003e\u003cli\u003eIf you want to reduce cloud costs by reclaiming disk space instead of increasing your writeable cloud storage to compensate for a bloated EC2 image\u003c/li\u003e\u003c/ul\u003e |\n| [launch-ec2-runner-with-fallback](./actions/launch-ec2-runner-with-fallback/launch-ec2-runner-with-fallback.md) | Used launch an EC2 instance in AWS, either as a spot instance or a dedicated instance. If your preferred availability zone lacks availability for your instance type, \"backup\" availability zones will be tried. | \u003cul\u003e\u003cli\u003eInsufficient capacity in AWS (i.e., AWS lacks availablility for your desired EC2 instance type in your preferred availability zone)\u003c/li\u003e\u003cli\u003eCost savings (i.e., You want to try launching your EC2 runner as a spot instance first)\u003c/li\u003e\u003c/ul\u003e |\n| [validate-notebooks](./actions/launch-ec2-runner-with-fallback/launch-ec2-runner-with-fallback.md) | Used to validate `.ipynb` files | \u003cul\u003e\u003cli\u003eI maintain a collection of `.ipynb` files and run ci jobs to test them. I  would like to quickly verify that the files are formatted correctly before spinning up more complex or expensive CI jobs to test those notebooks.\u003c/li\u003e\u003c/ul\u003e\n| [update-constraints](./actions/update-constraints/update-constraints.md) | Used to update `constraints-dev.txt` file | \u003cul\u003e\u003cli\u003eI pin all project dependencies in CI using `constraints-dev.txt` file. I would like to monitor new dependency releases and periodically post PRs to move pins forward.\u003c/li\u003e\u003c/ul\u003e\n| [inference-mock](./actions/inference-mock/README.md) | Used to mock LLM calls | \u003cul\u003e\u003cli\u003eI have a notebook that I want to test that makes an LLM call, but I don't need to rely heavily on an LLM and don't need to run a real inference server for this test.\u003c/li\u003e\u003c/ul\u003e |\n\n## ❓ How to Use One or More In-House GitHub Actions\n\nEach GitHub action in this repository contains documentation explaining how to reference and use it in another repo.\n\n## 📬 Contributing\n\nCheck out our [contributing](CONTRIBUTING/CONTRIBUTING.md) guide to learn how to contribute.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructlab%2Fci-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstructlab%2Fci-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructlab%2Fci-actions/lists"}