Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 622 Bytes

File metadata and controls

20 lines (12 loc) · 622 Bytes
title Filter Function Plugin Library
description Implement custom gitStream filter functions with JavaScript.

JavaScript plugins that enable custom filter functions for gitStream. To learn how to use these examples, read our guide on how to use gitStream plugins.

--8<-- "plugins/filters/compareSemver/README.md"

--8<-- "plugins/filters/extractDependabotVersionBump/README.md"

--8<-- "plugins/filters/extractSnykVersionBump/README.md"

--8<-- "plugins/filters/extractOrcaFindings/README.md"

--8<-- "plugins/filters/getCodeowners/README.md"

--8<-- "plugins/filters/isFlaggedUser/README.md"