diff options
author | Emma Foley <efoley@redhat.com> | 2021-12-09 15:32:10 +0000 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2021-12-17 09:42:21 +0000 |
commit | d6865dee56b4648727943b9528ea86ddc4485310 (patch) | |
tree | 6cd8a5727b7030a3dbcf547de369e9304c0d8deb /docs/release/release-notes | |
parent | e21e1e13a29189b024801cb344093688f772890a (diff) |
[src/collectd] Update collectd_apply_pull_requests.sh to check out PR
Update collectd_apply_pull_request.sh to check out PR when only one PR is given.
A comma-separated list of PR_IDs will still result in rebasing on top of the checked-out branch.
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I22012c950be80dce26a51fcf02b13469f27e1ca8
Diffstat (limited to 'docs/release/release-notes')
-rw-r--r-- | docs/release/release-notes/notes/update-apply-pr-script-46e6d547d331c5f2.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release/release-notes/notes/update-apply-pr-script-46e6d547d331c5f2.yaml b/docs/release/release-notes/notes/update-apply-pr-script-46e6d547d331c5f2.yaml new file mode 100644 index 00000000..de1be994 --- /dev/null +++ b/docs/release/release-notes/notes/update-apply-pr-script-46e6d547d331c5f2.yaml @@ -0,0 +1,3 @@ +build: + - | + Update collectd_apply_pull_request.sh to rebase only if multiple chanegs are selected. The script will checkout the PR branch if there's only one PR_ID passed. |