From 4ef6b1b97635198b2894d3d9746ed822fb0d1bd8 Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 18 Sep 2020 14:27:53 +1000 Subject: [PATCH] Remove greeting workflow --- .github/workflows/greetings.yml | 42 --------------------------------- 1 file changed, 42 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 df9a9b8..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,42 +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! - - Welcome to the Bitraft project! Someone will respond to your issue pretty quickly, - the author is pretty responsive 😀 In the meantime; please make sure you have read - the [Contributing](https://github.com/prologic/bitraft/blob/master/CONTRIBUTING.md) - and [Code of Conduct](https://github.com/prologic/bitraft/blob/master/CODE_OF_CONDUCT.md) - documents. - - if possible please also make sure your Bug Report or Feature Request is clearly defined - with either examples or a reprodicible case (_if a bug_). - - Thank you 😃 - pr-message: |- - Hello! - - Welcome to the Bitraft project! - - Thank you for your Pull Request and Contribution! We highly value all contributions to this Project! - Your Pull Request will be reviewed shortly! The author is pretty responsive 😀 - In the meantime; please make sure you have read - the [Contributing](https://github.com/prologic/bitraft/blob/master/CONTRIBUTING.md) - and [Code of Conduct](https://github.com/prologic/bitraft/blob/master/CODE_OF_CONDUCT.md) - documents. - - Please also ensure that your PR passes all the CI/CD tests -- They will appear in your PR - towards the bottom just above the comment box. - - Also in addition, if you haven't already; please ammend your PR by modifying the - [AUTHORS](https://github.com/prologic/bitraft/blob/master/AUTHORS) file and adding - yourself to it! We like to recognize and peserve in Git history all contributors! - - Thank you 😃