Skip to content

Commit 114fe57

Browse files
committed
prevent multiple build failures from accumulating prs
1 parent 38b439e commit 114fe57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versioned_plugins.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def new_versions?
146146
end
147147

148148
def submit_pr
149-
branch_name = "versioned_docs_#{Time.now.strftime('%Y%m%d_%H%M%S')}"
149+
#branch_name = "versioned_docs_#{Time.now.strftime('%Y%m%d_%H%M%S')}"
150+
branch_name = "versioned_docs_failed_build"
150151
Dir.chdir(logstash_docs_path) do |path|
151152
`git checkout -b #{branch_name}`
152153
`git add .`

0 commit comments

Comments
 (0)