githubtraining / training-manual

Home of the words in the GitHub Training Manual and teaching scripts.
https://githubtraining.github.io/training-manual
Creative Commons Attribution 4.0 International
267 stars 266 forks source link

dynamically determine issue number #419

Open housten opened 3 months ago

housten commented 3 months ago

If Dependabot creates PRs for dependencies before the initial issue for the class gets created, the script checks the dependabot issue for collaborators. Fix: Find issue number using title of issue. Replace hard coded 1 for collaborator commented issue.

Fixes #418