From 5a5e78f0ec41eb410a04e5524e2507f86684f41f Mon Sep 17 00:00:00 2001 From: Pranav Yadav Date: Fri, 26 May 2023 15:09:21 +0530 Subject: [PATCH] [Actions] Remove `greet.yml` action :( --- .github/workflows/greet.yml | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 .github/workflows/greet.yml diff --git a/.github/workflows/greet.yml b/.github/workflows/greet.yml deleted file mode 100644 index 7828f08ed188f8..00000000000000 --- a/.github/workflows/greet.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: 🎉 Greet First Time Contributors 🎉 -# This workflow is triggered on pull requests. - -on: - pull_request: - types: [opened] - -permissions: - contents: read - -jobs: - check_for_first_contribution: - name: '🎉 Greet First Time Contributors' - permissions: - contents: read - pull-requests: write # for actions/first-interaction to comment on PR - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1.1.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: | - "### Hi there, :wave: - - ### Congratulations :tada: on your **_'First Pull Request'_** to [React Native](https://github.com/facebook/react-native)! :partying_face: - - Thank you, :pray: for taking the time to contribute to this project and share your ideas. - - Someone from the team will review your PR and get back to you _as soon as possible_ with feedback if any. :blush: Post review, and if all tests are passing, your PR will be _imported_ to internal FB phabricator and should be merged if it also passes all internal tests. :partying_face: - -
- P.S.: In the meantime, you should go through below checklist: (click to expand) - - - 1. Make sure you have _signed_ the [CLA](https://code.facebook.com/cla) :balance_scale:, - 2. There are _no_ typos :sweat_smile:, - 3. There are _no_ warnings reported by the **Danger** workflow :robot:, - 4. You ran `yarn prettier` and `yarn lint` :nail_care:, - 5. All tests :test_tube: are _passing_. i.e. The CI checks should be green :green_circle:, and - 6. You have _added_ necessary tests for your code, if it's a refactor or a new functionality. :test_tube: - -
- - --- - - - - [Contributing Guidelines](https://reactnative.dev/contributing/overview) | [React Native Website](https://reactnative.dev/) | [Framework discussions, proposals and RFCs](https://github.com/react-native-community/discussions-and-proposals/discussions) - - "