Skip to content

Commit

Permalink
Trigger pr summary validation on edits (#34219)
Browse files Browse the repository at this point in the history
* Trigger pr summary validation on open, edit and synchronize
* Make regex matching case insensitive
  • Loading branch information
kevingranade authored Sep 24, 2019
1 parent a495d62 commit 922037a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
types: [opened, edited, synchronize]
jobs:
validate:
name: Validate PR
Expand All @@ -12,3 +13,4 @@ jobs:
uses: CleverRaven/pr-validator@master
with:
description-regex: '(\n|^)\s*`{0,3}SUMMARY: +(None|((Features|Content|Interface|Mods|Balance|Bugfixes|Performance|Infrastructure|Build|I18N) +".*"))`{0,3}\s*(\n|$)'
description-regex-flags: 'i'

0 comments on commit 922037a

Please sign in to comment.