Skip to content

Create abc.txt

Create abc.txt #5

Workflow file for this run

on:
push:
pull_request:
types: [opened, synchronize]
jobs:
confirm_agreement:
runs-on: ubuntu
steps:
- env:
BODY: ${{ github.event.pull_request.body }}
run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")