Create pr-description.yml
This commit is contained in:
parent
3b4df02312
commit
0a8249b476
|
@ -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 }}
|
Loading…
Reference in New Issue