action_updater.main.updaters.version package

Submodules

action_updater.main.updaters.version.update module

class action_updater.main.updaters.version.update.VersionUpdater(token, settings=None)[source]

Bases: UpdaterBase

cache = {'tags': {}}
description = 'update action versions'
detect(action)[source]

Detect changes (to be later saved)

get_major_tag(tags)[source]

Given a list of repository tags, get the most up-todate!

get_tagged_commit(tags)[source]

Given a list of repository tags, get the most up-todate!

name = 'version'
schema = {'additionalProperties': False, 'properties': {'major_orgs': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}

Module contents