proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
297 stars 21 forks source link

Add placeholders. #705

Closed proofit404 closed 3 years ago

proofit404 commented 3 years ago

Resolves #704

0cry commented 3 years ago
Fails
:no_entry_sign: Danger failed to run `dangerfile.ts`.

Error TypeError

Cannot read property 'split' of null
TypeError: Cannot read property 'split' of null
    at dangerfile.ts:172:73
    at step (dangerfile.ts:33:23)
    at Object.next (dangerfile.ts:14:53)
    at fulfilled (dangerfile.ts:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

Dangerfile

167|       return;
168|     }
169| 
170|     if (hasFeatureLabel & !hasDocsCommit) {
171|       fail("Issue marked as feature should have docs commit");
----------------------------------------------------------------------------^
172|       return;
173|     }
174| 
175|     if (hasQuestionLabel & !hasDocsCommit) {

Generated by :no_entry_sign: dangerJS against c58047aa6337d23eed217d98778b445eeafa93d7

proofit404 commented 3 years ago

:tada: This PR is included in version 5.0.0-rc.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: