From 9e0dd4b32975bba9951e25caa6c3e515de746ee3 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 4 Mar 2024 22:58:59 +1000 Subject: [PATCH] Delete .github/workflows/first-interaction.yml --- .github/workflows/first-interaction.yml | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/first-interaction.yml diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml deleted file mode 100644 index 8bc27d9c..00000000 --- a/.github/workflows/first-interaction.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: First Interaction - -on: - issues: - types: - - opened - pull_request: - types: - - opened - -jobs: - welcome: - runs-on: ubuntu-latest - steps: - - name: First Interaction - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | - Welcome to our open-source community, and thank you for opening your first issue! 🎉 - - We're thrilled to have you here. If you have any questions or need assistance, feel free to ask. Your contributions are valued and appreciated. - - Happy coding! 🚀 - pr-message: | - Hey there! 👋 Thanks for submitting your first pull request. We're excited to see your contribution to our project. - - If you have any questions, need help, or want feedback, please don't hesitate to reach out. Your efforts make our community stronger. - - Keep up the great work! 💪