Skip to content

Commit

Permalink
chore(config): allow additional properties in plugin configuration
Browse files Browse the repository at this point in the history
Deleted revert-pr-108.txt and modified plugin-configuration.ts to permit additional properties.
  • Loading branch information
gentlementlegen committed Oct 29, 2024
1 parent 1ccbac3 commit 2cbf1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion revert-pr-108.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/github/types/plugin-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const configSchema = T.Object(
plugins: handlerSchema,
},
{
additionalProperties: false,
additionalProperties: true,
}
);

Expand Down

0 comments on commit 2cbf1ed

Please sign in to comment.