From db085a18afd055b8ead6a41956656dbe4f65642b Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 22 Jun 2022 10:21:53 -0700 Subject: [PATCH] remove label for new user (#20429) --- .github/workflows/welcome-new-users.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index e55028af94461..6bf1e76efca30 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -18,8 +18,3 @@ jobs: pr-message: |- Congrats on making your first PR and thank you for contributing to Superset! :tada: :heart: We hope to see you in our [Slack](https://apache-superset.slack.com/) community too! - - name: First Time Label - uses: andymckay/labeler@master - with: - add-labels: "new:contributor" - repo-token: ${{ secrets.GITHUB_TOKEN }}