Releases: Teamwork/github-sync
Releases · Teamwork/github-sync
v1.5.0
What's Changed
- Include PR title in lightweight comments by @seanogdev in #70
- Migrate board columns to workflow stages by @seanogdev in #71
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Support to IGNORE_PROJECT_IDS setting by @aetheon in #48
- Fix IGNORE_PROJECT_IDS example by @aetheon in #49
- Fix: Unbound variable causing script to fail by @rafaeljusto in #50
- Fix IGNORE_PROJECT_IDS README yaml by @aetheon in #51
- comment IGNORE_PROJECT_IDS logic by @aetheon in #52
- Fix IGNORE_PROJECT_IDS condition by @aetheon in #53
- Fix link to guide locating API Key by @willbush in #57
- Stop using projects/api/v1 by @shane-tw in #58
- Feature: Lightweight comment by @rafaeljusto in #69
New Contributors
- @aetheon made their first contribution in #48
- @willbush made their first contribution in #57
- @shane-tw made their first contribution in #58
Full Changelog: v1.3.3...v1.4.0
v1.3.3
Fix issues with multiple task links in a single PR description.
v1.3.2
Added support for Column changes on Tasks
1.3.1
Make the head to base message look better with the arrow emoji
1.3.0
v1.2.0
Have automatic tagging as an option (#35) Co-authored-by: yannig <yannick.chartois@teamwork.com> Co-authored-by: Miguel Ángel Martín <miguelbemartin@gmail.com>
v1.1.5
Enhance PR comments with some stats.
v1.1.4
Update Readme and GitHub Action description
v1.1.3
Add different message when a PR is merged or not (#26) * Move merged key to the correct position inside pull_request * Have different message when a closed PR is merged or not * Add missing file containing the get_pr_merged function