From b831df8febad785f9b2801770b6a7859b584bf4f Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Fri, 24 Nov 2023 13:11:32 +0000 Subject: [PATCH] Fix: Remove revision numbers Remove specific revision numbers from examples. --- .github/testing-issue-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/testing-issue-template.md b/.github/testing-issue-template.md index 3b14e5456..0e43873ad 100644 --- a/.github/testing-issue-template.md +++ b/.github/testing-issue-template.md @@ -32,6 +32,6 @@ Maintainers can promote this to stable by commenting `/promote [,] sta > For example > -> * To promote a single revision, run `/promote 34 stable` -> * To promote multiple revisions, run `/promote 34,35 stable` -> * To promote a revision and close the issue, run `/promote 34,35 stable done` +> * To promote a single revision, run `/promote stable` +> * To promote multiple revisions, run `/promote , stable` +> * To promote a revision and close the issue, run `/promote , stable done`