Skip to content

Commit 3597ef3

Browse files
feat: readme changes (shubhaamgupta11#23)
* feat: readme changes * feat: readme changes * feat: version bumup changes
1 parent d105ac9 commit 3597ef3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This [GitHub Action](https://github.com/marketplace/actions/repo-activity-monito
88

99
- Tracking new issues and pull requests.
1010
- Sending auto-generated notifications to **Slack** or **Discord**.
11-
- Customizing **Slack** notifications with the ability to multiple users or groups.
12-
- Customizing **Discord** notifications with the ability to multiple users or roles.
11+
- Customizing **Slack** notifications with the ability to ping multiple users or groups.
12+
- Customizing **Discord** notifications with the ability to ping multiple users or roles.
1313
- Allowing **Slack** notifications to be sent to designated channels.
1414

1515
With **Repo Activity Monitor**, you can stay on top of your repositories activities, streamline communication, and ensure no critical issues or pull requests fall through the cracks.
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: '20'
3737
- name: Monitor New Issues
38-
uses: shubhaamgupta11/[email protected].0
38+
uses: shubhaamgupta11/[email protected].1
3939
with:
4040
# required inputs
4141
task: "monitor-issues"
@@ -52,7 +52,7 @@ jobs:
5252
slack_ids: "<user-id/group-id>" # Optional: Only needed if slack_id_type is provided. Can pass multiple similar type ids separated by commas. e.g. "Uyyyxxxx,Uzzzxxxx"
5353
```
5454
55-
> **Note:** slack_id_type and slack_id are only needed if you want to ping someone directly.
55+
> **Note:** slack_id_type and slack_ids are only needed if you want to ping someone directly.
5656
5757
### Monitoring PRs with Discord
5858
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
node-version: '20'
7575
- name: Monitor New PRs
76-
uses: shubhaamgupta11/[email protected].0
76+
uses: shubhaamgupta11/[email protected].1
7777
with:
7878
# required inputs
7979
task: "monitor-prs"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-monitor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"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": {

0 commit comments

Comments
 (0)