Commit 7bf17f2 qian
committed
File tree 2 files changed +31
-6
lines changed
2 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : ' Close stale issues and PRs'
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ schedule :
6
+ - cron : ' 0 4 * * *'
7
+
8
+ jobs :
9
+ stale :
10
+ runs-on : ubuntu-latest
11
+
12
+ steps :
13
+ - name : Checkout repository
14
+ uses : actions/checkout@v4
15
+
16
+ - name : Checkout script repository
17
+ uses : actions/checkout@v4
18
+ with :
19
+ repository : Seeed-Studio/sync-github-all-issues
20
+ path : ci
21
+
22
+ - name : Run script
23
+ run : ./ci/tools/stale.sh
24
+ env :
25
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This project aims to automatically generate Raspberry Pi systems adapted for mul
6
6
7
7
| Name | username & password | enable-ssh | stage-list | date |
8
8
| -----------------------| -------------------------| ------------| ---------------------------------------------| ----------------|
9
- | 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 ) |
10
- | 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 ) |
11
- | 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 ) |
12
- | 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 ) |
13
- | 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 ) |
14
- | 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 ) |
9
+ | 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 ) |
10
+ | 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 ) |
11
+ | 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 ) |
12
+ | 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 ) |
13
+ | 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 ) |
14
+ | 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 ) |
15
15
You can’t perform that action at this time.
0 commit comments