mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-22 19:01:46 +00:00
Update package information
This commit is contained in:
parent
20a3e8289a
commit
4d1f6586ad
2 changed files with 5 additions and 4 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
lib/* linguist-generated
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "typescript-action",
|
"name": "sticky-pull-request-comment",
|
||||||
"version": "0.0.0",
|
"version": "2.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "TypeScript template action",
|
"description": "Create comment on pull request, if exists update that comment.",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"node",
|
"node",
|
||||||
"setup"
|
"setup"
|
||||||
],
|
],
|
||||||
"author": "YourNameOrOrganization",
|
"author": "marocchino",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue