Skip to content

Commit

Permalink
mergeable: update relnotes regex (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed May 25, 2021
1 parent bbb542c commit 4bae49e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/mergeable.yml
Expand Up @@ -7,7 +7,15 @@ mergeable:
regex: '^Type:'
- do: description
must_include:
regex: 'RELEASE NOTES:'
# Allow:
# RELEASE NOTES: none (case insensitive)
#
# RELEASE NOTES: N/A (case insensitive)
#
# RELEASE NOTES:
# * <text>
regex: '^RELEASE NOTES:\s*([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\n(\*|-)\s*.+)$'
regex_flag: 'm'
- do: milestone
must_include:
regex: 'Release$'

0 comments on commit 4bae49e

Please sign in to comment.