[PR #1520] [CLOSED] [sic] #10866

Closed
opened 2026-04-27 15:11:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1520
Author: @tomkabel
Created: 3/17/2026
Status: Closed

Base: mainHead: feature/github-workflows


📝 Commits (3)

  • 56c2e2d Add GitHub sprint management scripts and project automation
  • 64f26a0 Remediate setup-sprint2-project.sh based on senior expert review
  • d3b97bd feat: add GitHub workflow automation and security features

📊 Changes

17 files changed (+4072 additions, -100 deletions)

View changed files

.github/CODEOWNERS (+10 -0)
.github/workflows/README.md (+186 -0)
.github/workflows/SECURITY_VERIFICATION.md (+317 -0)
.github/workflows/ai-pr-reviewer.yml (+139 -0)
📝 .github/workflows/codeql.yml (+40 -51)
📝 .github/workflows/docker-develop.yml (+17 -10)
📝 .github/workflows/docker-staging.yml (+17 -10)
📝 .github/workflows/docker.yml (+17 -10)
📝 .github/workflows/fast-forward.yml (+10 -5)
.github/workflows/sprint-automation.yml (+433 -0)
📝 .github/workflows/test-services.yml (+46 -6)
📝 .github/workflows/test.yml (+58 -8)
📝 .gitignore (+18 -0)
SPRINT_SCRIPTS_README.md (+253 -0)
create-sprint.sh (+971 -0)
setup-sprint-2.sh (+663 -0)
setup-sprint2-project.sh (+877 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1520 **Author:** [@tomkabel](https://github.com/tomkabel) **Created:** 3/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/github-workflows` --- ### 📝 Commits (3) - [`56c2e2d`](https://github.com/imputnet/cobalt/commit/56c2e2d7f548fca959e5a13c9404f427b16618ae) Add GitHub sprint management scripts and project automation - [`64f26a0`](https://github.com/imputnet/cobalt/commit/64f26a01bcbe10d3e42578d4a97ccad2134dac25) Remediate setup-sprint2-project.sh based on senior expert review - [`d3b97bd`](https://github.com/imputnet/cobalt/commit/d3b97bd18809fd1527bc8becb50ebcb4bd129bcd) feat: add GitHub workflow automation and security features ### 📊 Changes **17 files changed** (+4072 additions, -100 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+10 -0) ➕ `.github/workflows/README.md` (+186 -0) ➕ `.github/workflows/SECURITY_VERIFICATION.md` (+317 -0) ➕ `.github/workflows/ai-pr-reviewer.yml` (+139 -0) 📝 `.github/workflows/codeql.yml` (+40 -51) 📝 `.github/workflows/docker-develop.yml` (+17 -10) 📝 `.github/workflows/docker-staging.yml` (+17 -10) 📝 `.github/workflows/docker.yml` (+17 -10) 📝 `.github/workflows/fast-forward.yml` (+10 -5) ➕ `.github/workflows/sprint-automation.yml` (+433 -0) 📝 `.github/workflows/test-services.yml` (+46 -6) 📝 `.github/workflows/test.yml` (+58 -8) 📝 `.gitignore` (+18 -0) ➕ `SPRINT_SCRIPTS_README.md` (+253 -0) ➕ `create-sprint.sh` (+971 -0) ➕ `setup-sprint-2.sh` (+663 -0) ➕ `setup-sprint2-project.sh` (+877 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 15:11:36 -05:00
Sign in to join this conversation.