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}}