remove label for new user (#20429)

This commit is contained in:
Elizabeth Thompson 2022-06-22 10:21:53 -07:00 committed by GitHub
parent cf4f05efbc
commit b66a617ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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