Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 3623fd8 commit 6b2ad91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@
"anyOf": [
{
"type": "object",
"properties": {}
"properties": {
"skipCommentsWhileAssigned": {
"default": true,
"description": "Skip comments posted by a user while it is assigned to the issue",
"type": "boolean"
}
}
},
{
"type": "null"
Expand Down

0 comments on commit 6b2ad91

Please sign in to comment.