From d3f41911bf5ace9893a12f12823b8bf2db100dc3 Mon Sep 17 00:00:00 2001 From: Jason Wallace Date: Fri, 22 Mar 2024 14:04:43 +0200 Subject: [PATCH] Update automatic Community PR description to mention self-review step (#1756) Since https://github.com/tiny-pilot/tinypilot-pro/pull/1265#pullrequestreview-1949780397, we've added a review-requirement to the `tinypilot-pro` repo. This PR updates the automatic community PR description to mention that we need to review the changes ourselves before merging. Notes: * I've also updated the description to @mention the author Review
on CodeApprove --- .github/workflows/merge-pro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-pro.yml b/.github/workflows/merge-pro.yml index b6707a110..0d107779c 100644 --- a/.github/workflows/merge-pro.yml +++ b/.github/workflows/merge-pro.yml @@ -41,7 +41,7 @@ jobs: body: | Related ${{ env.COMMUNITY_PR_URL }} - ${{ github.actor }}, please merge the last changes from community repository: + @${{ github.actor }}, please review these changes yourself and merge them from the community repository: https://github.com/tiny-pilot/tinypilot/commit/${{ github.sha }}