From c2d47f554674eb1f026b49f6ff0aac9f7fbd7b5e Mon Sep 17 00:00:00 2001 From: Vansh Chaurasiya Date: Fri, 1 Nov 2024 22:30:45 +0530 Subject: [PATCH] Updates autocomment workflow --- .github/workflows/greeting.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/greeting.yaml b/.github/workflows/greeting.yaml index d0fa014..e5d5a29 100644 --- a/.github/workflows/greeting.yaml +++ b/.github/workflows/greeting.yaml @@ -36,11 +36,3 @@ jobs: curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ -d '{"assignees":["team-member-username"]}' \ "https://api.github.com/repos/${{ github.repository }}/issues/${ISSUE_NUMBER}" - - - name: Welcome message for community contributors - if: github.event_name == 'issues' || github.event_name == 'pull_request_target' - uses: EddieHubCommunity/gh-action-community/src/welcome@main - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "👋 Hey @${{ github.actor }}! Thanks for opening an issue in the ChaosWeb project. We’re excited to see how you’ve contributed to the delightful mess. Our team will review it soon. Stay chaotic! 🎯" - pr-message: "🎉 Thanks @${{ github.actor }}! Your pull request has added more chaos to ChaosWeb. We’ll review it shortly. Keep breaking the rules! 🚀"