From 005f9736544a082274655e62bf888602545d7ca2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:41 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/stale-issues.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/stale-issues.yml diff --git a/.gitea/workflows/stale-issues.yml b/.gitea/workflows/stale-issues.yml new file mode 100644 index 0000000..5210b16 --- /dev/null +++ b/.gitea/workflows/stale-issues.yml @@ -0,0 +1,18 @@ +name: Close Stale Issues + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + stale-issues: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Close Stale Issues + uses: actions/stale@v9 + with: + days-before-stale: 30 + days-before-close: 7 + issues-label-stale: 'stale' + issues-label-close: 'not-planned