Skip to content

Commit ff6bcc7

Browse files
committed
mention reviewer
1 parent 4c93a38 commit ff6bcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devshells/hack-on-gleam-nix/gh-flake-update.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ gh pr create \
128128
pr_url="$(<"$OUT/pr-url")"
129129

130130
if test -f "$OUT/success.out"; then
131-
echo gh pr merge "${pr_url}" --auto --delete-branch --rebase
131+
gh pr merge "${pr_url}" --auto --delete-branch --rebase
132132
else
133133

134134
if test -f "$OUT/failure.out"; then
135135
mdcode shell "$OUT/failure.md" "##### Nix build logs (*FAILURE*)" cat "$OUT"/failure.out
136136
fi
137137
gh pr comment "${pr_url}" --body-file "$OUT/failure.md"
138-
gh pr comment "${pr_url}" --body "Maybe this can be fixed by updating the URL for ${singlequote}inputs.rust-manifest${singlequote} on ${singlequote}flake.nix${singlequote}.\n\nBut I have not learned how to do that automatically."
138+
gh pr comment "${pr_url}" --body "@${ASSIGNEE}, maybe this can be fixed by updating the URL for ${singlequote}inputs.rust-manifest${singlequote} on ${singlequote}flake.nix${singlequote}.\n\nBut I have not learned how to do that automatically."
139139
fi

0 commit comments

Comments
 (0)