Skip to content

Commit

Permalink
Merge pull request #239 from ubiquity-os/development
Browse files Browse the repository at this point in the history
Merge development into main
  • Loading branch information
gentlementlegen authored Jan 22, 2025
2 parents 29e6e7a + d9ae748 commit ae87302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/types/plugin-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const pluginChainSchema = T.Array(
plugin: githubPluginType(),
with: T.Record(T.String(), T.Unknown(), { default: {} }),
runsOn: T.Array(emitterType, { default: [] }),
skipBotEvents: T.Optional(T.Boolean({ default: true })),
skipBotEvents: T.Optional(T.Boolean()),
}),
{ minItems: 1, default: [] }
);
Expand Down

0 comments on commit ae87302

Please sign in to comment.