Skip to content

Commit

Permalink
Add Issue state reporting script (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Oct 12, 2023
1 parent 5f10dcf commit 0e9df10
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
"npm-pack": "node common/scripts/install-run-rush.js npm-pack --verbose",
"npm-publish": "node ./tools/release-tools/npm_publish.js",
"npm-set-latest": "node ./tools/release-tools/npm_set_latest.js"
"npm-set-latest": "node ./tools/release-tools/npm_set_latest.js",
"gh-status": "node ./tools/status-tools/github-status.js"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0e9df10

Please sign in to comment.