create-app-attachment-github-action
create-app-attachment-github-action copied to clipboard
feat: Allow Project and Task GID to be provided to the action
I appreciate this one is a slight hack to get working as it basically constructs an Asana link and submits it to the API as the pr description.
It negates a bit of faff in copy/pasting asana link as we utilise GID's (and incrementing Id's in our Tasks) in branch names and means we can use it alongside other actions that interface with the Asana API which accept Task GID's.
I'm sure a change to the backend would be the more appropriate resolution, but this has been working great for us and seems the community would like something similar. (i.e https://github.com/Asana/create-app-attachment-github-action/issues/7)