Skip to content

Commit 10a22e7

Browse files
committed
Merge branch 'main' of https://github.com/RetroDECK/Cooker
2 parents 7831e0d + fdebde7 commit 10a22e7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/delete-old-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
THRESHOLD_DATE=$(date -d "1 month ago" +%Y-%m-%dT%H:%M:%SZ)
2525
2626
# Define the list of tags to be excluded
27-
EXCLUDE_TAGS=("cooker-0.9.0b-ShoujoMonster")
27+
#EXCLUDE_TAGS=("cooker-0.9.0b-ShoujoMonster")
2828
2929
# Get all releases (handle pagination)
3030
ALL_RELEASES=$(curl -s -H "Authorization: token $GITHUB_TOKEN" "https://api.github.com/repos/$GITHUB_REPOSITORY/releases?per_page=100&page=1")

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,20 @@ Yes, everyone is free to download the cooker builds and test them, but we recomm
2222
Yes, read more here:
2323

2424
- [How to Contribute](https://retrodeck.readthedocs.io/en/latest/wiki_community/contibute-rd/)
25+
26+
---
27+
28+
29+
## Highlighted Repositories:
30+
31+
| Name | Description |
32+
|----------------------------------------------------------------------------------------|-------------------------------------------------------|
33+
| [RetroDECK/RetroDECK](https://github.com/RetroDECK/RetroDECK) | RetroDECK Repo: Main repo of the RetroDECK Project |
34+
| [RetroDECK/Cooker](https://github.com/RetroDECK/Cooker) | Cooker Repo: Cooker Build publication repo |
35+
| [RetroDECK/Components](https://github.com/RetroDECK/Components) | Components Repo: All Components live here |
36+
| [RetroDECK/Wiki](https://github.com/RetroDECK/Wiki) | Wiki Repo: RetroDECK mkdocs-material Wiki source code |
37+
| [RetroDECK/RetroDECK-website](https://github.com/RetroDECK/RetroDECK-website) | Website Repo: Retrodeck.net source code |
38+
| [RetroDECK/ES-DE](https://github.com/RetroDECK/ES-DE) | ES-DE Repo: RetroDECK's light fork of ES-DE |
39+
| [RetroDECK/RetroDECK-theme](https://github.com/RetroDECK/RetroDECK-theme) | Theme Repo: RetroDECK's ES-DE Theme |
40+
| [flathub/net.retrodeck.retrodeck](https://github.com/flathub/net.retrodeck.retrodeck) | Flathub Repo: net.retrodeck.retrodeck |
41+
| [RetroDECK/repositories](https://github.com/orgs/RetroDECK/repositories) | Full Org Repo : All other repos in RetroDECK |

0 commit comments

Comments
 (0)