SanJSp / lets_git_exercise_de

This is an excercise created for our MOOC "Let's Git - Versionsverwaltung & Open Source"
46 stars 52 forks source link

update create issue workflows #30

Closed schTi closed 4 years ago

schTi commented 4 years ago

This PR updates the create issue workflows. The first issue is now created, when the own repository got a star. Additionally the other issues are now created correctly (the pull request event was not compatible with branch names, thats why we have to listen to all pull request closed events but only create the related issue) and refactored in just one file.

NOTE 1: It can take a while to create issues. NOTE 2: Currently you dont get a PR Comment, when creating the pull request, so we need additional workflows for the creation of PRs.