From 54650f62dbc5af9ffee55b69191da8e554ae57b6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 21 Oct 2022 11:30:23 +0800 Subject: [PATCH] :wrench: Chore: update contributors.yml --- .github/workflows/contributors.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6ea2b719..96cfafb8 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -20,5 +20,8 @@ jobs: with: readme_path: "contributors.md" image_size: 100 + commit_message: ":busts_in_silhouette: Chore(contributor): contrib-readme-action has updated contributors.md" + committer_username: "github-actions[bot]" + committer_email: "github-actions[bot]@users.noreply.github.com" env: GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}