mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Follow up from https://github.com/garronej/github_actions_toolkit
This commit is contained in:
commit
5297ab00ab
54 changed files with 18162 additions and 0 deletions
25
src/test/update_changelog.ts
Normal file
25
src/test/update_changelog.ts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
import { action } from "../update_changelog";
|
||||
import * as st from "scripting-tools";
|
||||
|
||||
(async () => {
|
||||
|
||||
st.enableCmdTrace();
|
||||
|
||||
const repo = "sturdy_umbrella";
|
||||
|
||||
await action("update_changelog", {
|
||||
"owner": "garronej",
|
||||
repo,
|
||||
"branch": "dev",
|
||||
"exclude_commit_from_author_names_json": JSON.stringify(["denoify_ci"]),
|
||||
"github_token": ""
|
||||
},
|
||||
{
|
||||
"debug": console.log,
|
||||
"warning": console.log
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue