diff --git a/.github/workflows/pr-welcome.yml b/.github/workflows/pr-welcome.yml index 407774b40f..7770bbaa0d 100644 --- a/.github/workflows/pr-welcome.yml +++ b/.github/workflows/pr-welcome.yml @@ -18,7 +18,7 @@ jobs: - uses: actions-awesome/pr-helper@1.1.1 if: steps.isTeamMember.outputs.require-result == 'false' with: - actions: 'add-assignees, add-reviewers, greeting, add-labels' + actions: 'add-assignees, add-reviewers, add-labels' assignees: 'element-plus/backers' reviewers: 'element-plus/backers' labels: 'Contribution::Community'