From 491cd77216f7dc5879407bcad7c93fc30ad23d45 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Thu, 21 Sep 2023 14:30:06 +0200 Subject: [PATCH] Delete .github/workflows/welcome.yml --- .github/workflows/welcome.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml deleted file mode 100644 index c3abc757..00000000 --- a/.github/workflows/welcome.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Welcome -on: - pull_request: - types: [opened] - issues: - types: [opened] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/welcome@v1 - with: - FIRST_ISSUE: | - 👋 @{{ author }} - Thanks for opening your first issue here! Be sure to follow the issue template! - - FIRST_PR: | - 👋 @{{ author }} - Thanks for opening this pull request! Please check out our contributing guidelines. - - FIRST_PR_MERGED: | - 🎉 @{{ author }} - Congrats on merging your first pull request! We here at behaviorbot are proud of you! - - STAR_MESSAGE: If you like this project, please ⭐ our repo. \ No newline at end of file