From 721e06d234dc770517e2bb1613c06cf5633371c1 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 3 Jan 2024 14:45:34 +0100 Subject: [PATCH] doc: update package name and description --- package.json | 10 +++++----- yarn.lock | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index ac13cfa..1dbe040 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "typescript-action", + "name": "issue-commentator", "version": "1.0.0", - "description": "TypeScript template action", + "description": "GitHub Action that creates and updates status comments on issues and pull requests", "main": "src/main.ts", "scripts": { "build": "tsc", @@ -15,12 +15,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/redhat-plumbers-in-action/typescript-action.git" + "url": "git+https://github.com/redhat-plumbers-in-action/issue-commentator.git" }, "keywords": [ "actions", - "node", - "setup" + "comments", + "github" ], "author": "jamacku@redhat.com", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index a48123b..01ee931 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2232,6 +2232,31 @@ __metadata: languageName: node linkType: hard +"issue-commentator@workspace:.": + version: 0.0.0-use.local + resolution: "issue-commentator@workspace:." + dependencies: + "@actions/core": ^1.10.1 + "@actions/github": ^6.0.0 + "@octokit/plugin-throttling": ^8.1.3 + "@octokit/rest": ^20.0.2 + "@total-typescript/ts-reset": ^0.5.1 + "@types/node": ^20.10.4 + "@typescript-eslint/eslint-plugin": ^6.14.0 + "@typescript-eslint/parser": ^6.14.0 + "@vercel/ncc": ^0.38.1 + "@vitest/coverage-v8": ^1.0.4 + eslint: ^8.55.0 + eslint-plugin-prettier: ^5.0.1 + issue-metadata: ^0.1.10 + prettier: ^3.1.1 + ts-node: ^10.9.2 + typescript: ^5.3.3 + vitest: ^1.0.4 + zod: ^3.22.4 + languageName: unknown + linkType: soft + "issue-metadata@npm:^0.1.10": version: 0.1.10 resolution: "issue-metadata@npm:0.1.10" @@ -3444,31 +3469,6 @@ __metadata: languageName: node linkType: hard -"typescript-action@workspace:.": - version: 0.0.0-use.local - resolution: "typescript-action@workspace:." - dependencies: - "@actions/core": ^1.10.1 - "@actions/github": ^6.0.0 - "@octokit/plugin-throttling": ^8.1.3 - "@octokit/rest": ^20.0.2 - "@total-typescript/ts-reset": ^0.5.1 - "@types/node": ^20.10.4 - "@typescript-eslint/eslint-plugin": ^6.14.0 - "@typescript-eslint/parser": ^6.14.0 - "@vercel/ncc": ^0.38.1 - "@vitest/coverage-v8": ^1.0.4 - eslint: ^8.55.0 - eslint-plugin-prettier: ^5.0.1 - issue-metadata: ^0.1.10 - prettier: ^3.1.1 - ts-node: ^10.9.2 - typescript: ^5.3.3 - vitest: ^1.0.4 - zod: ^3.22.4 - languageName: unknown - linkType: soft - "typescript@npm:^5.3.3": version: 5.3.3 resolution: "typescript@npm:5.3.3"