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 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 = "**Before doing anything else**: rebase the PR against the target branch, and resolve any merge conflicts.";
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.93";
145326
+ var version = "0.1.94";
145327
145327
 
145328
145328
  //#endregion
145329
145329
  //#region src/Tracing.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.93",
4
+ "version": "0.1.94",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
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
- "**Before doing anything else**: rebase the PR against the target branch, and resolve any merge conflicts."
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