teamhephy / jenkins-jobs

MIT License
0 stars 3 forks source link

required commits: parse GitHub PR description instead #4

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @vdice on March 30, 2017 20:50

Right now we only parse required commits from the actual git commit message.

However, as users more often expect that adding Requires deis/controller#123 to the GitHub PR description would work, It would be preferable for the logic to parse this instead.

Copied from original issue: deis/jenkins-jobs#349