From 8c5f6a7483d6da2900bcca785b4b3914cf3876ac Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:10:08 +0000 Subject: [PATCH] chore: delete .github/workflows/greetings.yml The greetings is not adding much value and just cluttering up comments --- .github/workflows/greetings.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index b92c0be04..000000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 👋 Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | - Hello there 👋 - Thanks for submitting your first issue to the deb-get project 🐛 We'll try and take a look at your issue soon ⏲ - - In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻 - - You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld). - pr-message: | - Hello there 👋 - Thanks for submitting your first pull request to the deb-get project 💪 We'll try to review your pull request soon ⏲ - - In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻 - - You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld).