Skip to content

feat: Add actions for checking title and description #3

feat: Add actions for checking title and description

feat: Add actions for checking title and description #3

name: PR Description Check
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
jobs:
run-desc-check:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Print PR info to console
run: |
echo "${{ github.event.pull_request.labels.description }}"
echo "${{ github.event.pull_request.comments }}"