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
64 stars 26 forks source link

Enhancement: Allow multiple task links in the PR description #16

Closed rafaeljusto closed 4 years ago

rafaeljusto commented 4 years ago

Resolves #2

rafaeljusto commented 4 years ago

@miguelbemartin Thanks for reviewing and detecting the issues! 😄

I was checking the new CONTRIBUTING file, and it's not clear to me how to test the code from this PR using the act tool. If I understood correctly I need to run it inside a repository that has the .github/workflows/ files, but how would it link with the changes of this PR? 🤔 Do we have a special demo repository somewhere with the events/pull_request_opened.json file?

Thanks and sorry for about the many questions. First time playing with this 🙂 .

miguelbemartin commented 4 years ago

@miguelbemartin Thanks for reviewing and detecting the issues! 😄

I was checking the new CONTRIBUTING file, and it's not clear to me how to test the code from this PR using the act tool. If I understood correctly I need to run it inside a repository that has the .github/workflows/ files, but how would it link with the changes of this PR? 🤔 Do we have a special demo repository somewhere with the events/pull_request_opened.json file?

Thanks and sorry for about the many questions. First time playing with this 🙂 .

I didn't get the time to finish the contributing guide. There are missing the files to simulate the Github events.

rafaeljusto commented 4 years ago

The changes were tested by Miguel locally and worked. Moving to a regular PR.