Skip to content

Commit

Permalink
Merge pull request #10 from thefuntasty/skywall-patch-1
Browse files Browse the repository at this point in the history
Do not show error when merging develop into master
  • Loading branch information
Matěj Kašpar Jirásek authored Jul 11, 2019
2 parents 2325918 + fc941ed commit 93d9eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch_name_pattern = /^(feature|hotfix|fix)\/([A-Z]{2,})-\d+-/
# Convenience variables
has_correct_prefix = github.branch_for_head.match(/^(feature|hotfix|fix|release|housekeep)\//)
is_feature_or_fix = github.branch_for_head.match(/^(feature|hotfix|fix)\//)
can_be_merged_to_master = github.branch_for_head.match(/^(release|hotfix)\//)
can_be_merged_to_master = github.branch_for_head.match(/^(release|hotfix|develop)\//)

branch_contains_jira_id = github.branch_for_head.match(branch_name_pattern)
title_contains_jira_id = github.pr_title.match(pr_title_pattern)
Expand Down
2 changes: 1 addition & 1 deletion thefuntasty_danger.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "thefuntasty_danger"
spec.version = "0.1.5"
spec.version = "0.1.6"
spec.authors = ["Matěj Kašpar Jirásek"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 93d9eae

Please sign in to comment.