Skip to content

Commit a4856d4

Browse files
authored
Update .github/workflows/backport.yml
1 parent bf20253 commit a4856d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
labels: [label],
3737
});
3838
} else {
39-
throw new Error("No version found in comment");
39+
throw new Error("No version found in comment. Expected: /backport to release/vN.N");
4040
}
4141
backport:
4242
if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)