memrise/Historian

Collects changes between two revisions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub API token, used for getting the list of commitsyes${{ github.token }}
sinceCommit-ish to get changes since. Defaults to the most recent tag, or the one before that if `until` points at the same commit.
untilCommit-ish to get changes until (defaults to HEAD)HEAD
chronologicalOutput changes in chronological ordertrue
slack channelChannel ID to include in the Slack message payload""
slack templateMessage template to be used for line above the Slack output. Supports Markdown and makes the following variables available: - date - since.full - since.short - time - timeNoSeconds - until.full - until.short Date and times are the current time in UTC. Default: *Changes from {since.short} to {until.short}* *Changes from {since.short} to {until.short}*
namedescription
plain-textChanges listed in a plain-text format
markdownChanges listed in Markdown format
slackChanges prepared in a Slack-payload friendly format