Skip to content

Commit

Permalink
chore: only listen to assign events
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen authored Dec 16, 2024
1 parent a26b2b1 commit cc2bb57
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,7 +1,7 @@
{
"name": "Daemon Disqualifier",
"description": "Watches user activity on issues, sends reminders on disqualification threshold, and unassign inactive users.",
"ubiquity:listeners": ["pull_request_review_comment.created", "issue_comment.created", "push", "issues.assigned"],
"ubiquity:listeners": ["issues.assigned"],
"configuration": {
"default": {},
"type": "object",
Expand Down

0 comments on commit cc2bb57

Please sign in to comment.