Skip to content

Commit

Permalink
fix!: removed GitHub type from the configuration as it is deduced usi…
Browse files Browse the repository at this point in the history
…ng the plugin element string
  • Loading branch information
gentlementlegen committed Jun 18, 2024
1 parent 2851019 commit 570b68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/github/types/plugin-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const pluginChainSchema = T.Array(
T.Object({
id: T.Optional(T.String()),
plugin: githubPluginType(),
type: T.Union([T.Literal("github")], { default: "github" }),
with: T.Record(T.String(), T.Unknown(), { default: {} }),
}),
{ minItems: 1, default: [] }
Expand Down

0 comments on commit 570b68e

Please sign in to comment.