Skip to content

Commit

Permalink
Update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Sep 18, 2023
1 parent d588c32 commit c5871d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IssueOps Labeler
name: IssueOps Label Manager
description: Manage labels for issues and pull requests
author: Nick Alteen

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"engines": {
"node": ">=20"
},
"exports": {
".": "./dist/index.js"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
Expand All @@ -31,7 +34,6 @@
"all": "npm run format:write && npm run lint && npm run test && npm run package"
},
"license": "MIT",
"main": "index.js",
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down

0 comments on commit c5871d2

Please sign in to comment.