{"id":21525046,"url":"https://github.com/strg-at/github-workflows","last_synced_at":"2026-01-25T08:33:41.354Z","repository":{"id":155150245,"uuid":"627113353","full_name":"strg-at/github-workflows","owner":"strg-at","description":"centralized github workflows","archived":false,"fork":false,"pushed_at":"2026-01-21T00:39:31.000Z","size":605,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T11:15:29.258Z","etag":null,"topics":["config","devops","strg"],"latest_commit_sha":null,"homepage":"https://github.com/strg-at/github-workflows","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strg-at.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":"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":"2023-04-12T20:11:02.000Z","updated_at":"2026-01-15T09:13:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2575ff67-10d9-42b0-9d3e-ad07a59067f0","html_url":"https://github.com/strg-at/github-workflows","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":"strg-at/template-basic","purl":"pkg:github/strg-at/github-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strg-at%2Fgithub-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strg-at%2Fgithub-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strg-at%2Fgithub-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strg-at%2Fgithub-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strg-at","download_url":"https://codeload.github.com/strg-at/github-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strg-at%2Fgithub-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T08:31:04.260Z","status":"ssl_error","status_checked_at":"2026-01-25T08:30:28.859Z","response_time":113,"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":["config","devops","strg"],"created_at":"2024-11-24T01:31:53.980Z","updated_at":"2026-01-25T08:33:41.335Z","avatar_url":"https://github.com/strg-at.png","language":null,"readme":"\u003c!-- markdownlint-disable MD041 --\u003e\n\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- markdownlint-disable MD028 --\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\n[![pre-commit][pre-commit-shield]][pre-commit-url]\n[![taskfile][taskfile-shield]][taskfile-url]\n\n# STRG. Github workflows\n\nThis repo stores reusable Github workflows for various use cases.\n\n\u003cdetails\u003e\n  \u003csummary style=\"font-size:1.2em;\"\u003eTable of Contents\u003c/summary\u003e\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Getting Started](#getting-started)\n  - [Prerequisties](#prerequisties)\n  - [Initialize repository](#initialize-repository)\n- [Configuration](#configuration)\n  - [Preparation](#preparation)\n- [Known Issues](#known-issues)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c/details\u003e\n\n## Getting Started\n\n### Prerequisties\n\n- [pre-commit][pre-commit]\n\n### Initialize repository\n\nPre-commit framework need to get initialized.\n\n```console\ntask pre-commit:init\n```\n\n## Configuration\n\n### Preparation\n\nAll changes require a PR and review. Create a new branch and reference a Jira ticket, f.e.\n\n```console\ngit switch -c feature/INPRO-1-configure-resource\n```\n\n## Known Issues\n\n\u003c!-- TBD --\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n\u003c!-- Links --\u003e\n\n[pre-commit]: https://pre-commit.com/\n\n\u003c!-- Badges --\u003e\n\n[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\n[pre-commit-url]: https://github.com/pre-commit/pre-commit\n[taskfile-url]: https://taskfile.dev/\n[taskfile-shield]: https://img.shields.io/badge/Taskfile-Enabled-brightgreen?logo=task\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrg-at%2Fgithub-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrg-at%2Fgithub-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrg-at%2Fgithub-workflows/lists"}