Releases: jonabc/linked-project-columns
v2.0.1
Fixed
- The action will no longer raise an error when adding a project card via the GitHub API returns an error
v2.0.0
Breaking change in the v2 release - the add_note
input is no longer valid and has been replaced by automation_notice
and source_column_notices
inputs. Please check the readme for details and usage.
v1.1.2
This release adds pagination for pulling source and target column cards, so that all cards are evaluated during an action run
pagination pre-release
Prerelease to test pagination
v1.1.1
1.1.1
2020-06-30
Fixed
- archived cards are no longer mirrored to the target column
v1.1.0
Added
- Users can specify multiple source column ids as a comma separated input to
source_column_id
- Users can disable the automated note from being added to the target column
See the README for usage and details
v1.0.0
First major release 🎉
This includes updates that add more filters and prevent a likely source of crashing in the action when an error is raised adding a card.
v0.2.0
Fixed an issue where cards were not properly removed from the target column
Added filtering when mirroring columns based on card contents, card type and linked issue/PR labels
v0.0.1 release
Initial release to test functionality