From a588cc59f99b5ad66500c4f47291a3dbbf9744cb Mon Sep 17 00:00:00 2001 From: joao-paulo-parity Date: Fri, 21 Oct 2022 04:37:45 -0300 Subject: [PATCH] add backport checklist item --- scripts/create-benchmark-pr.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/create-benchmark-pr.sh b/scripts/create-benchmark-pr.sh index 54ff088f35e..46927f24b80 100755 --- a/scripts/create-benchmark-pr.sh +++ b/scripts/create-benchmark-pr.sh @@ -28,9 +28,11 @@ printf -v WEIGHTS_COMPARISON_URL %s "${WEIGHTS_COMPARISON_URL_PARTS[@]}" PAYLOAD="$(jq -n \ --arg title "$PR_TITLE" \ --arg body " -This PR is generated automatically by CI. (Once merged please backport to master and node release branch.) +This PR is generated automatically by CI. Compare the weights with \`$BASE_REF\`: $WEIGHTS_COMPARISON_URL + +- [ ] Backport to master and node release branch once merged " \ --arg base "$BASE_REF" \ --arg head "$HEAD_REF" \