Skip to content

Releases: github/licensed-ci

v1.5.8

09 Dec 18:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: jonabc/licensed-ci@v1.5.7...v1.5.8

v1.5.7

22 Nov 20:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: jonabc/licensed-ci@v1.5.6...v1.5.7

v1.5.6

22 Nov 16:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: jonabc/licensed-ci@v1.5.5...v1.5.6

v1.5.5

22 Nov 14:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: jonabc/licensed-ci@v1.5.4...v1.5.5

v1.5.4

07 Nov 03:34
Compare
Choose a tag to compare

Mostly comprised of dependabot updates, one bug fix to not check license cache paths that don't exist on disk.

v1.5.3

06 Feb 00:18
Compare
Choose a tag to compare

Fixes a bug that was preventing the action from working with the pull_request event

v1.5.2

25 Sep 21:10
Compare
Choose a tag to compare

Enable the action to work with events that include a top level pull_request event in the event payload.

v1.5.1

24 Sep 00:54
68fe91e
Compare
Choose a tag to compare

Updated the messaging given on created PRs in the branch strategy to be more clear on the purpose of the created PR. Added links to messages back to the base branch and PR if available.

v1.5.0

08 Mar 22:26
720efb8
Compare
Choose a tag to compare

Updates the branch workflow with a few quality of life improvements

  1. Comments on the user's work PR (if available) about creating or updating a PR for cached metadata updates
  2. Posts the licensed status result to the cached metadata updates PR when licensed-ci is run from a user work branch
  3. Merges changes from the user's work branch to the cache metadata update branch instead of rebasing. User's can choose how to merge/rebase the changes from that branch back onto their work branch to keep their git history to their liking. This solves a class of problems around needing to git push --force after rebasing.

v1.4.0

20 Jan 19:55
Compare
Choose a tag to compare
  1. Adds data from the licensed-ci run as step output for additional actions scripting
  2. Adds cleanup_on_success input flag to cleanup branch workflow artifacts when licensed status succeeds on the user branch.