simple-keyboard/.github/workflows/pull_request_compl.yml

25 lines
679 B
YAML
Raw Normal View History

2024-02-25 02:12:38 +08:00
name: PR Compliance
on:
pull_request_target:
types: [opened]
2024-02-25 02:12:38 +08:00
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: |
2024-02-25 02:19:43 +08:00
: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!
2024-02-25 02:12:38 +08:00
reactions: eyes