Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qian committed Feb 12, 2025
2 parents b678f39 + da94a81 commit 7bf17f2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: 'Close stale issues and PRs'

on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'

jobs:
stale:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout script repository
uses: actions/checkout@v4
with:
repository: Seeed-Studio/sync-github-all-issues
path: ci

- name: Run script
run: ./ci/tools/stale.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This project aims to automatically generate Raspberry Pi systems adapted for mul

| Name | username & password | enable-ssh | stage-list | date |
|-----------------------|-------------------------|------------|---------------------------------------------|----------------|
| raspberrypi-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 | [2024-12-02](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.8/Raspbian-raspberrypi-arm64.zip)|
| reTerminal-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-02](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.8/Raspbian-reTerminal-arm64.zip)|
| reTerminal-plus-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-10-29](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.6/Raspbian-reTerminal-plus-arm64.zip)|
| reComputer-R100x-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-02](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.8/Raspbian-reComputer-R100x-arm64.zip)|
| reComputer-R110x-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-02](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.8/Raspbian-reComputer-R110x-arm64.zip)|
| reComputer-AI-box-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-02](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.0.8/Raspbian-reComputer-AI-box-arm64.zip)|
| raspberrypi-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-raspberrypi-arm64.zip)|
| reTerminal-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-reTerminal-arm64.zip)|
| reComputer-R100x-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-reComputer-R100x-arm64.zip)|
| reComputer-R110x-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-reComputer-R110x-arm64.zip)|
| reComputer-AI-box-arm64 | recomputer & 12345678 | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-reComputer-AI-box-arm64.zip)|
| reTerminal-DM-arm64 | pi & raspberry | 1 | stage0 stage1 stage2 stage3 stage4 stage4a | [2024-12-05](https://github.com/Seeed-Studio/pi-gen-expand/releases/download/v1.1.0/Raspbian-reTerminal-DM-arm64.zip)|

0 comments on commit 7bf17f2

Please sign in to comment.