Teamwork / github-sync

This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
https://developer.teamwork.com
MIT License
65 stars 26 forks source link

Feature: Show head & base ref, cap markdown headings to h4 #42

Closed seanogdev closed 3 years ago

seanogdev commented 3 years ago

Added the base and head branches. Found myself losing context sometimes & to avoid going between github & teamwork, I'd rather have the branch information in teamwork itself.

Also added the base ref, useful when working in a long standing feature branch

Finally, I've capped all headings to h4 , as the headings in teamwork's markdown are quite big

seanogdev commented 3 years ago

It looks good to me, but I'm assuming you ran the bash scripts locally and made sure sed is doing what you want it to? 😅

act/docker is acting up actually... 2 secs

seanogdev commented 3 years ago

Yep so act has a bug right now, tested the event directly

image

Flexicon commented 3 years ago

Good enough for me! 👍

Yep so act has a bug right now, tested the event directly

image