Skip to content

Commit

Permalink
Merge pull request #22 from gentlementlegen/development
Browse files Browse the repository at this point in the history
feat: update manifest.json
  • Loading branch information
gentlementlegen authored Aug 20, 2024
2 parents 4d710a8 + 3aa6c14 commit cc1ef10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "Assistive pricing",
"description": "Handles assistive pricing, and allows for users to modify labels.",
"ubiquity:listeners": [ "issues.labeled", "issues.unlabeled", "label.edited", "issue_comment.created" ],
"commands": {
"allow": {
"ubiquity:example": "/allow @user1 label",
"description": "Allows the user to modify the given label."
}
},
"ubiquity:listeners": [
"issues.labeled"
]
}
}

0 comments on commit cc1ef10

Please sign in to comment.