@staff0rd/assist 0.108.0 → 0.108.1
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/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { Command } from "commander";
|
|
|
6
6
|
// package.json
|
|
7
7
|
var package_default = {
|
|
8
8
|
name: "@staff0rd/assist",
|
|
9
|
-
version: "0.108.
|
|
9
|
+
version: "0.108.1",
|
|
10
10
|
type: "module",
|
|
11
11
|
main: "dist/index.js",
|
|
12
12
|
bin: {
|
|
@@ -5085,6 +5085,7 @@ function fixed(commentId, sha) {
|
|
|
5085
5085
|
const { org, repo } = getRepoInfo();
|
|
5086
5086
|
const repoUrl = `https://github.com/${org}/${repo}`;
|
|
5087
5087
|
const message = `Fixed in [${fullSha}](${repoUrl}/commit/${fullSha})`;
|
|
5088
|
+
execSync24("git push", { stdio: "inherit" });
|
|
5088
5089
|
resolveCommentWithReply(commentId, message);
|
|
5089
5090
|
} catch (error) {
|
|
5090
5091
|
if (isGhNotInstalled(error)) {
|