From aae0c7bcdad9ca115c116d4b10ad01a92e254c26 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:39 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/contributors.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/contributors.yml diff --git a/.gitea/workflows/contributors.yml b/.gitea/workflows/contributors.yml new file mode 100644 index 0000000..49d8fc2 --- /dev/null +++ b/.gitea/workflows/contributors.yml @@ -0,0 +1,17 @@ +name: Contributors + +on: + push: + branches: [main] + +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - name: Add Contributors + uses: kentaro-m/contributor-assistant-github-action@v3 + if: github.event_name == 'pull_request' && github.event.action == 'opened' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + reporters: '[{"name": "@all-contributors", "id": "AC_JIRA_ACCOUNT_ID"}]'