Home
last modified time | relevance | path

Searched refs:pr_comments (Results 1 – 8 of 8) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/contrib/
H A Dpmix_jenkins.sh123 pr_comments="$(cat $pr_file | jq -M -a '.[length-1] | .body')"
125 echo Last comment: $pr_comments
126 if [ -n "$pr_comments" ]; then
127 check_commands "$pr_comments"
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/contrib/
H A Dpmix_jenkins.sh123 pr_comments="$(cat $pr_file | jq -M -a '.[length-1] | .body')"
125 echo Last comment: $pr_comments
126 if [ -n "$pr_comments" ]; then
127 check_commands "$pr_comments"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bitbucket_import/
H A Dimporter.rb206 inline_comments, pr_comments = comments.partition(&:inline?)
209 import_standalone_pr_comments(pr_comments, merge_request)
260 def import_standalone_pr_comments(pr_comments, merge_request) argument
261 pr_comments.each do |comment|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bitbucket_server_import/
H A Dimporter.rb289 inline_comments, pr_comments = comments.partition(&:inline_comment?)
292 import_standalone_pr_comments(pr_comments.map(&:comment), merge_request)
297 standalone_pr_comments: pr_comments.count)
387 def import_standalone_pr_comments(pr_comments, merge_request) argument
388 pr_comments.each do |comment|
/dports/www/py-fastapi/fastapi-0.70.0/.github/actions/watch-previews/app/
H A Dmain.py61 pr_comments = list(pr.get_issue_comments()) variable
71 for pr_comment in pr_comments:
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/xtask/src/release/
H A Dchangelog.rs40 let pr_comments = cmd!("jq .[].body").stdin(comments_json).read()?; in get_changelog() localVariable
43 .chain(pr_comments.lines()) in get_changelog()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/xtask/src/release/
H A Dchangelog.rs40 let pr_comments = cmd!("jq .[].body").stdin(comments_json).read()?; in get_changelog() localVariable
43 .chain(pr_comments.lines()) in get_changelog()
/dports/devel/gindent/indent-2.2.12/
H A DChangeLog-1998466 * gnuc-make.com: Changed `pr_comments.c' to comments.c.