mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 13:22:10 +02:00
Update Dangerfile
This commit is contained in:
parent
1fe52b4236
commit
eda3a1cfd3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#Check for changes to README.md
|
||||
has_readme_changes = !git.modified_files.grep(/README.md).empty?
|
||||
has_readme_changes = git.modified_files.include?("README.md")
|
||||
|
||||
# Ensure there is a summary for a pull request
|
||||
fail 'Please provide a summary in the Pull Request description' if github.pr_body.length < 5
|
||||
|
|
Loading…
Add table
Reference in a new issue