mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-25 12:52:13 +00:00
chore(do not merge): test
This commit is contained in:
parent
cee5e32d0e
commit
20cc95a744
3 changed files with 3 additions and 3 deletions
2
dist/cli/index.js
vendored
2
dist/cli/index.js
vendored
|
@ -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
2
dist/gha/index.js
vendored
|
@ -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) {
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue