-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change metadata with appropriate name and license
- Loading branch information
1 parent
c4fff91
commit a0c5354
Showing
5 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "close-multiple-issues", | ||
"name": "handle-multiple-issues", | ||
"version": "1.0.0", | ||
"description": "to take actions of multiple issues created by same author", | ||
"description": "GitHub Action workflow designed to take actions on multiple issues created by the same author.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "npm test", | ||
|
@@ -10,16 +10,16 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Anmol-Baranwal/close-multiple-issues.git" | ||
"url": "git+https://github.com/Anmol-Baranwal/handle-multiple-issues.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Anmol-Baranwal/close-multiple-issues/issues" | ||
"url": "https://github.com/Anmol-Baranwal/handle-multiple-issues/issues" | ||
}, | ||
"homepage": "https://github.com/Anmol-Baranwal/close-multiple-issues#readme", | ||
"homepage": "https://github.com/Anmol-Baranwal/handle-multiple-issues#readme", | ||
"keywords": [ | ||
"action", | ||
"github", | ||
"duplicate", | ||
"same author", | ||
"issues", | ||
"close", | ||
"label", | ||
|
@@ -30,7 +30,7 @@ | |
".": "./dist/index.js" | ||
}, | ||
"author": "Anmol-Baranwal <[email protected]> (https://github.com/Anmol-Baranwal)", | ||
"license": "GPL-3.0-only", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@actions/core": "^1.10.1", | ||
"@actions/github": "^6.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters