From c01631b17ffcac8d22527cbf4097017ac61e364e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Wed, 26 Apr 2023 13:57:54 +0800 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c31a07f60..743bbe950f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: jaywcjlove/github-action-contributors@main id: contributors with: - filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + filter-author: (renovate\[bot\]|renovate-bot|@github-actions-bot|dependabot\[bot\]) avatarSize: 42 - name: Modify README.md @@ -215,4 +215,4 @@ jobs: # run: | # echo "version: v${{ steps.changelog.outputs.version }}" # docker tag ghcr.io/jaywcjlove/linux-command:latest ghcr.io/jaywcjlove/linux-command:${{steps.changelog.outputs.version}} - # docker push ghcr.io/jaywcjlove/linux-command:${{steps.changelog.outputs.version}} \ No newline at end of file + # docker push ghcr.io/jaywcjlove/linux-command:${{steps.changelog.outputs.version}}