From f80095b3aa0e4df249b08ff2163233bd5882f1c0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:40 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/request-info.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/request-info.yml diff --git a/.gitea/workflows/request-info.yml b/.gitea/workflows/request-info.yml new file mode 100644 index 0000000..6c17d1a --- /dev/null +++ b/.gitea/workflows/request-info.yml @@ -0,0 +1,16 @@ +name: Request Info + +on: + pull_request: + types: [opened] + issue_comment: + types: [created] + +jobs: + request-info: + runs-on: ubuntu-latest + steps: + - name: Request Info + uses: actions-ecosystem/action-request-info@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }}