Skip to content

Commit

Permalink
Add Branding (#2)
Browse files Browse the repository at this point in the history
* chore: add ts-cnode

* chore: add branding
  • Loading branch information
HassanBahati authored Oct 17, 2024
1 parent 10d0672 commit 2d00b52
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 14 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "ts-node",
"type": "node",
"request": "launch",
"args": ["./src/index.ts"],
"runtimeArgs": ["-r", "ts-node/register"],
"cwd": "${workspaceRoot}",
"internalConsoleOptions": "openOnSessionStart",
"env": {
"INPUT_GH-TOKEN": "secret-token-123456",
"INPUT_LABEL": "needs-review"
}
}
]
}
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ inputs:
runs:
using: "node20"
main: "dist/index.js"

branding:
icon: "activity"
color: green
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
128 changes: 114 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d00b52

Please sign in to comment.