# Functions
No description provided by the author
No description provided by the author
No description provided by the author
WithAll returns a filter function that returns true if all of the provided filters return true.
WithAny returns a filter function that returns true if any of the provided filters return true.
WithEntityFilter returns a filter function that filters payloads by entity.
No description provided by the author
WithEntityPoolFilter returns true if the change payload is a pool that belongs to the supplied Github entity.
WithEntityTypeFilter returns a filter function that filters payloads by entity type.
WithEverything returns a filter function that always returns true.
WithExcludeEntityTypeFilter returns a filter function that filters payloads by excluding the provided entity type.
WithGithubCredentialsFilter returns a filter function that filters payloads by Github credentials.
WithNone returns a filter function that always returns false.
WithOperationTypeFilter returns a filter function that filters payloads by operation type.
WithUserIDFilter returns a filter function that filters payloads by user ID.