aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-04-11 16:31:10 -0400
committerJoshua M. Boniface <joshua@boniface.me>2021-04-11 16:31:10 -0400
commit4deccd451ea09c3c34d9236f3b7426277b32a0bb (patch)
tree9255a29978036ac3099f17c1c0f1428c211d207c
parentf381c536342760a53db85a1ed527091da2d3abfc (diff)
Mention testing too
-rw-r--r--.github/workflows/label-commenter-config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/label-commenter-config.yml b/.github/workflows/label-commenter-config.yml
index c12c5cf85..78b75be43 100644
--- a/.github/workflows/label-commenter-config.yml
+++ b/.github/workflows/label-commenter-config.yml
@@ -36,6 +36,8 @@ labels:
Ensure the `cherry-pick` applies cleanly. If it does not, fix any merge conflicts *preserving as much of the original code as possible*, and make note of the resulting diff.
+ Test your changes with a build to ensure they are successful. If not, adjust the diff accordingly.
+
**Do not** push your merges to either branch. Use `git reset --hard HEAD~1` to revert both branches to their original state.
Reply to this PR with a comment beginning "Cherry-pick test completed." and including the merge-conflict-fixing diff(s) if applicable.