[PR #1267] [MERGED] Mark stale projects with 🧊, remove archived entries, add Arcane #2431

Closed
opened 2026-04-15 06:03:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1267
Author: @veggiemonk
Created: 3/10/2026
Status: Merged
Merged: 3/10/2026
Merged by: @veggiemonk

Base: masterHead: feat/stale-markers-and-cleanup


📝 Commits (1)

  • 88f8583 Mark stale projects with 🧊, remove archived entries, add Arcane

📊 Changes

9 files changed (+185 additions, -193 deletions)

View changed files

📝 .github/CONTRIBUTING.md (+2 -1)
📝 .github/ISSUE_TEMPLATE/add-a-project.md (+1 -1)
📝 .github/PULL_REQUEST_TEMPLATE.md (+1 -1)
📝 AGENTS.md (+2 -1)
📝 README.md (+170 -184)
📝 internal/linter/fixer.go (+3 -1)
📝 internal/parser/parser.go (+2 -1)
📝 internal/parser/parser_test.go (+2 -2)
📝 internal/parser/types.go (+2 -1)

📄 Description

  • Add 🧊 marker for 113 stale projects (2+ years inactive)
  • Remove 4 archived repos (Centurion, notary, Minio, docker-ls)
  • Remove 1 broken link (docker-lock / safe-waters)
  • Add Arcane to the Web section
  • Replace 💲 with 💴 across README and tooling
  • Add 🧊 (MarkerStale) support to Go parser/linter
  • Update CONTRIBUTING.md, PR template, issue template, and AGENTS.md

Closes #1260, relates to #1188, #1255

Summary

  • Mark 113 stale projects (2+ years inactive) with :ice_cube: marker
  • Remove 4 archived repos (Centurion, notary, Minio, docker-ls) and 1 broken link (docker-lock)
  • Add Arcane to the Web section (per #1204)
  • Replace :heavy_dollar_sign: with :yen: across README, templates, and Go tooling
  • Add :ice_cube: (MarkerStale) support to the Go parser/linter/fixer
  • Update CONTRIBUTING.md, PR template, issue template, and AGENTS.md with new markers

Closes #1260
Relates to #1188, #1255

Test plan

  • make build passes
  • make lint passes (0 warnings)
  • make test passes (all packages)

🤖 Generated with Claude Code


🔄 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/veggiemonk/awesome-docker/pull/1267 **Author:** [@veggiemonk](https://github.com/veggiemonk) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `feat/stale-markers-and-cleanup` --- ### 📝 Commits (1) - [`88f8583`](https://github.com/veggiemonk/awesome-docker/commit/88f858353c6e47a7cfa261dc0ffbc4f69cc545bd) Mark stale projects with :ice_cube:, remove archived entries, add Arcane ### 📊 Changes **9 files changed** (+185 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTING.md` (+2 -1) 📝 `.github/ISSUE_TEMPLATE/add-a-project.md` (+1 -1) 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+1 -1) 📝 `AGENTS.md` (+2 -1) 📝 `README.md` (+170 -184) 📝 `internal/linter/fixer.go` (+3 -1) 📝 `internal/parser/parser.go` (+2 -1) 📝 `internal/parser/parser_test.go` (+2 -2) 📝 `internal/parser/types.go` (+2 -1) </details> ### 📄 Description - Add :ice_cube: marker for 113 stale projects (2+ years inactive) - Remove 4 archived repos (Centurion, notary, Minio, docker-ls) - Remove 1 broken link (docker-lock / safe-waters) - Add Arcane to the Web section - Replace :heavy_dollar_sign: with :yen: across README and tooling - Add :ice_cube: (MarkerStale) support to Go parser/linter - Update CONTRIBUTING.md, PR template, issue template, and AGENTS.md Closes #1260, relates to #1188, #1255 ## Summary - Mark 113 stale projects (2+ years inactive) with `:ice_cube:` marker - Remove 4 archived repos (Centurion, notary, Minio, docker-ls) and 1 broken link (docker-lock) - Add [Arcane](https://github.com/getarcaneapp/arcane) to the Web section (per #1204) - Replace `:heavy_dollar_sign:` with `:yen:` across README, templates, and Go tooling - Add `:ice_cube:` (`MarkerStale`) support to the Go parser/linter/fixer - Update CONTRIBUTING.md, PR template, issue template, and AGENTS.md with new markers Closes #1260 Relates to #1188, #1255 ## Test plan - [x] `make build` passes - [x] `make lint` passes (0 warnings) - [x] `make test` passes (all packages) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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-15 06:03:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#2431