Skip to content

Commit

Permalink
chore: changed trigger for manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 19, 2024
1 parent 6e055fc commit 0888726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "User activity watcher",
"description": "Watches user activity on issues, sends reminders on deadlines, and unassign inactive users.",
"ubiquity:listeners": [ "pull_request_review_comment.created", "issue_comment.created" ]
"ubiquity:listeners": [ "pull_request_review_comment.created", "issue_comment.created", "push" ]
}

0 comments on commit 0888726

Please sign in to comment.