Skip to content

Commit

Permalink
Standardise files with files in sous-chefs/repo-management
Browse files Browse the repository at this point in the history
Signed-off-by: Xorima Bot <[email protected]>
  • Loading branch information
xorimabot committed May 20, 2020
1 parent 768abe7 commit 141e941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def code_changes?
end

def test_changes?
tests = %w(spec test .kitchen.yml .kitchen.dokken.yml)
tests = %w(spec test kitchen.yml kitchen.dokken.yml)
tests.each do |location|
return true unless git.modified_files.grep(/#{location}/).empty?
end
Expand All @@ -38,7 +38,7 @@ end

# Require Major Minor Patch version labels
unless github.pr_labels.grep /minor|major|patch/i
failure 'Please add a release label to this pull request'
warn 'Please add a release label to this pull request'
end

# A sanity check for tests.
Expand Down

0 comments on commit 141e941

Please sign in to comment.