From a4acaefe9c71e182baeca19a291a3dc6dda63927 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Fri, 12 Aug 2022 16:18:38 -0700 Subject: [PATCH] Explain how to run CI on PRs from forks. (#1154) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a78a32f..b5b5ae56 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -49,6 +49,7 @@ Provide a brief description of the PR immediately below this comment, if the tit - [ ] If applicable, did you apply the `Please Backport` label? ### Reviewer Checklist (only modified by reviewer) +Note: to run CI on PRs from forks, comment `@Mergifyio copy main` and manage the change from the new PR. - [ ] Is the title suitable for inclusion in the changelog and does the PR have a `changelog:` label? - [ ] Did you mark the proper release milestone? - [ ] Did you check whether all relevant Contributor checkboxes have been checked?