From 89ecca5e72b4e4962a0fce9b247660da3c76320b Mon Sep 17 00:00:00 2001 From: Yaosanqi137 <99163721+Yaosanqi137@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:55:04 +0800 Subject: [PATCH 1/2] Add GitHub Actions workflow for contributors README --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..762f519 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.11 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3a5fea219ddb90c8a3b50712e694bd7f81154ee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:55:17 +0000 Subject: [PATCH 2/2] docs(contributor): contrib-readme-action has updated readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f4d7007..1ad73f3 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,17 @@ systemctl enable oucshell.service ## ๐Ÿค ่ดก็Œฎ่€… + + + + + + +
+ + Yaosanqi137 +
+ Yaosanqi137 +
+
\ No newline at end of file