Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
peter-evans
/
create-or-update-comment
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Files
d5aa8cd
.github
dist
src
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc.json
LICENSE
README.md
action.yml
jest.config.js
package-lock.json
package.json
tsconfig.json
Breadcrumbs
create-or-update-comment
/
package.json
Blame
Blame
Latest commit
History
History
50 lines (50 loc) · 1.36 KB
Breadcrumbs
create-or-update-comment
/
package.json
Top
File metadata and controls
Code
Blame
50 lines (50 loc) · 1.36 KB
Raw
{ "name": "create-or-update-comment", "version": "4.0.0", "description": "Create or update an issue or pull request comment", "main": "lib/main.js", "scripts": { "build": "tsc && ncc build", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "test": "jest --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/peter-evans/create-or-update-comment.git" }, "keywords": [ "actions", "create", "update", "comment" ], "author": "Peter Evans", "license": "MIT", "bugs": { "url": "https://github.com/peter-evans/create-or-update-comment/issues" }, "homepage": "https://github.com/peter-evans/create-or-update-comment#readme", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^5.1.1" }, "devDependencies": { "@types/jest": "^27.0.3", "@types/node": "^18.19.59", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.2", "eslint": "^8.57.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^27.5.1", "jest-circus": "^27.5.1", "js-yaml": "^4.1.0", "prettier": "^3.3.3", "ts-jest": "^27.1.5", "typescript": "^4.9.5" } }
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
You can’t perform that action at this time.