Create pr-description.yml

This commit is contained in:
aiden 2021-05-25 16:26:08 -04:00 committed by GitHub
parent 3b4df02312
commit 0a8249b476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/pr-description.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: 'PR Description'
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
enforce:
runs-on: ubuntu-20.04
steps:
- uses: derkinderfietsen/pr-description-enforcer@v1
with:
repo-token: ${{ secrets.GH_TOKEN }}