{"id":47900797,"url":"https://github.com/edenlabllc/github_actions.common","last_synced_at":"2026-04-04T04:05:22.978Z","repository":{"id":322654956,"uuid":"980616178","full_name":"edenlabllc/github_actions.common","owner":"edenlabllc","description":"Common libraries for developing python-based GitHub Actions by Edenlab LLC.","archived":false,"fork":false,"pushed_at":"2025-11-05T15:53:31.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-05T17:34:56.391Z","etag":null,"topics":["automation","aws","azure","cd","ci-cd","cicd","cluster-management","deployment","devops","fhir","gcp","github-actions","infrastructure","k8s","kodjin","kubernetes","multi-cloud","python","python-library","rmk"],"latest_commit_sha":null,"homepage":"","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/edenlabllc.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":"docs/CODEOWNERS","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-05-09T12:26:09.000Z","updated_at":"2025-11-05T15:53:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffd8295e-dd6a-46c2-8478-193d6154ebb9","html_url":"https://github.com/edenlabllc/github_actions.common","commit_stats":null,"previous_names":["edenlabllc/github_actions.common"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/edenlabllc/github_actions.common","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenlabllc%2Fgithub_actions.common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenlabllc%2Fgithub_actions.common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenlabllc%2Fgithub_actions.common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenlabllc%2Fgithub_actions.common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edenlabllc","download_url":"https://codeload.github.com/edenlabllc/github_actions.common/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenlabllc%2Fgithub_actions.common/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31387035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"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":["automation","aws","azure","cd","ci-cd","cicd","cluster-management","deployment","devops","fhir","gcp","github-actions","infrastructure","k8s","kodjin","kubernetes","multi-cloud","python","python-library","rmk"],"created_at":"2026-04-04T04:05:22.458Z","updated_at":"2026-04-04T04:05:22.963Z","avatar_url":"https://github.com/edenlabllc.png","language":"Python","readme":"# Common Python Library for GitHub Actions\n\n[![Version](https://img.shields.io/github/v/release/edenlabllc/github_actions.common?style=for-the-badge)](https://github.com/edenlabllc/github_actions.common/releases/latest)\n[![License](https://img.shields.io/github/license/edenlabllc/github_actions.common?style=for-the-badge)](LICENSE)\n[![Powered by Edenlab](https://img.shields.io/badge/powered%20by-Edenlab%20LLC-8A2BE2.svg?style=for-the-badge)](https://edenlab.io)\n\nReusable Python library of helpers and utilities used across Edenlab LLC's GitHub Actions (CI, CD, Tenant workflows).  \nPublished as an open-source package for internal and public consumption.\n\n## What it does\n\nThis package centralizes shared logic used by all GitHub Actions developed by Edenlab LLC.  \nIt is not intended for standalone use, but rather as a dependency in  GitHub Actions.\n\n**Key features:**\n\n- Artifact tagging and release automation\n- Slack notification helpers\n- Environment selectors and input parsers\n- AWS/GCP/Azure credential utilities\n- GitHub environment context resolver\n- ECR scan results \u0026 error handling\n- RMK compatibility layer\n\n## Requirements\n\n- Python 3.10 or higher\n- GitHub Actions using `composite` workflows\n\n## Directory structure\n\nSource code is located under [`src/github_actions/`](./src/github_actions).\n\n## GitHub package usage\n\nTo install from `requirements.txt`, no authentication required:\n\n```text\ngit+https://github.com/edenlabllc/github_actions.common.git@v1#egg=github_actions.common\n```\n\nSee [`examples/`](./examples) for more requirements files.\n\n## Used by\n\nThis package is used by the following Edenlab LLC's GitHub Actions:\n\n- [`gitlabflow.cd.action`](https://github.com/edenlabllc/gitlabflow.cd.action) — GitLabFlow-style CD with RMK and multi-cloud support  \n- [`tenant.artifact.ci.action`](https://github.com/edenlabllc/tenant.artifact.ci.action) — Artifact tagging and release propagation\n- other internal Edenlab LLC's repositories and private automation tools\n\n## Internals\n\n- [`pyproject.toml`](./pyproject.toml) — project metadata and dependency definitions  \n- [`src/github_actions/`](./src/github_actions) — core library source code  \n- [`examples/`](./examples) — example ready-to-use requirements files.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedenlabllc%2Fgithub_actions.common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedenlabllc%2Fgithub_actions.common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedenlabllc%2Fgithub_actions.common/lists"}