diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml deleted file mode 100644 index bba4c50ec8..0000000000 --- a/.github/workflows/first-interaction.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: First Interaction - -on: - pull_request: - -jobs: - first-interaction: - name: First Interaction - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: 'Welcome to Vega. Since this is your first contribution, please make sure to read the [contributing guide](https://github.com/vega/vega-lite/blob/main/CONTRIBUTING.md).'