Skip to content

Commit dafd1e8

Browse files
feat: added meta data (shubhaamgupta11#7)
1 parent 5ad8112 commit dafd1e8

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Repo Monitor
22
description: A GitHub Action to monitor new issues and pull requests and send notifications to Slack.
3-
author: Your Name <your.email@example.com>
3+
author: Shubham Gupta <shubhaamgupta11@gmail.com>
44
branding:
55
icon: zap
66
color: blue

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
2-
"name": "monitor-github-issues-prs",
2+
"name": "repo-monitor",
33
"version": "0.1.0",
4-
"description": "A GitHub Action to monitor a repository for new issues and PRs and send notifications to Slack.",
4+
"description": "A GitHub Action to monitor a repository for new issues and PRs and send notifications to different channels.",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"
88
},
9-
"author": "Your Name or Organization",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/shubhaamgupta11/repo-monitor.git"
12+
},
13+
"keywords": ["github", "action", "slack", "discord", "issues", "prs", "monitor"],
14+
"author": "Shubham Gupta",
15+
"bugs": {
16+
"url": "https://github.com/shubhaamgupta11/repo-monitor/issues"
17+
},
18+
"homepage": "https://github.com/shubhaamgupta11/repo-monitor#readme",
1019
"license": "MIT",
1120
"dependencies": {
1221
"axios": "^1.5.0",

0 commit comments

Comments
 (0)