From ec7d52e4cbb4d13bd0865561282d2a599ce86482 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Feb 2024 13:12:38 -0500 Subject: [PATCH] Create pull_request_msg --- .github/workflows/pull_request_msg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/pull_request_msg diff --git a/.github/workflows/pull_request_msg b/.github/workflows/pull_request_msg new file mode 100644 index 00000000..e00e4d75 --- /dev/null +++ b/.github/workflows/pull_request_msg @@ -0,0 +1,22 @@ +name: PR Compliance + +on: pull_request_target + +jobs: + build: + runs-on: ${{ matrix.os }} + if: ${{ github.actor != 'dependabot[bot]' }} + strategy: + matrix: + node-version: [20.x] + os: [ubuntu-latest] + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + :wave: Hello @${{ github.actor }}! Please make sure to review the [Contributing Guidelines](https://github.com/hodgef/simple-keyboard/blob/master/CONTRIBUTING.md) to ensure your PR is compliant. Thank you! + reactions: eyes