chore(do not merge): test

This commit is contained in:
Andrea Lamparelli 2023-07-20 10:23:01 +02:00
parent cee5e32d0e
commit 20cc95a744
3 changed files with 3 additions and 3 deletions

2
dist/cli/index.js vendored
View file

@ -683,7 +683,7 @@ class GitHubClient {
body: backport.body,
});
if (!data) {
throw new Error("Pull request creation failed");
throw new Error("Pull request creation failed :(");
}
const promises = [];
if (backport.labels.length > 0) {

2
dist/gha/index.js vendored
View file

@ -654,7 +654,7 @@ class GitHubClient {
body: backport.body,
});
if (!data) {
throw new Error("Pull request creation failed");
throw new Error("Pull request creation failed :(");
}
const promises = [];
if (backport.labels.length > 0) {

View file

@ -79,7 +79,7 @@ export default class GitHubClient implements GitClient {
});
if (!data) {
throw new Error("Pull request creation failed");
throw new Error("Pull request creation failed :(");
}
const promises = [];