memrise/Historian
Collects changes between two revisions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token, used for getting the list of commits | yes | ${{ github.token }} |
| since | Commit-ish to get changes since. Defaults to the most recent tag, or the one before that if `until` points at the same commit. | — | — |
| until | Commit-ish to get changes until (defaults to HEAD) | — | HEAD |
| chronological | Output changes in chronological order | — | true |
| slack channel | Channel ID to include in the Slack message payload | — | "" |
| slack template | Message 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}* |
Outputs
| name | description |
|---|---|
| plain-text | Changes listed in a plain-text format |
| markdown | Changes listed in Markdown format |
| slack | Changes prepared in a Slack-payload friendly format |