lalph 0.1.93 → 0.1.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +2 -2
- package/package.json +1 -1
- package/src/Prd.ts +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -144820,7 +144820,7 @@ var Prd = class extends Service()("lalph/Prd", { make: gen(function* () {
|
|
|
144820
144820
|
state: "todo"
|
|
144821
144821
|
});
|
|
144822
144822
|
}, syncSemaphore.withPermit);
|
|
144823
|
-
const mergeConflictInstruction = "**
|
|
144823
|
+
const mergeConflictInstruction = "**Your only remaining task**: rebase the PR against the target branch, and resolve any merge conflicts. Once done, you can remove this instruction from the issue description.";
|
|
144824
144824
|
const flagUnmergable = fnUntraced(function* (options) {
|
|
144825
144825
|
const issue = current.find((entry) => entry.id === options.issueId);
|
|
144826
144826
|
if (!issue) return;
|
|
@@ -145323,7 +145323,7 @@ const commandSource = make$28("source").pipe(withDescription("Select the issue s
|
|
|
145323
145323
|
|
|
145324
145324
|
//#endregion
|
|
145325
145325
|
//#region package.json
|
|
145326
|
-
var version = "0.1.
|
|
145326
|
+
var version = "0.1.94";
|
|
145327
145327
|
|
|
145328
145328
|
//#endregion
|
|
145329
145329
|
//#region src/Tracing.ts
|
package/package.json
CHANGED
package/src/Prd.ts
CHANGED
|
@@ -69,7 +69,7 @@ export class Prd extends ServiceMap.Service<
|
|
|
69
69
|
}, syncSemaphore.withPermit)
|
|
70
70
|
|
|
71
71
|
const mergeConflictInstruction =
|
|
72
|
-
"**
|
|
72
|
+
"**Your only remaining task**: rebase the PR against the target branch, and resolve any merge conflicts. Once done, you can remove this instruction from the issue description."
|
|
73
73
|
|
|
74
74
|
const flagUnmergable = Effect.fnUntraced(function* (options: {
|
|
75
75
|
readonly issueId: string
|