aggie-coding-club / Rev-Registration

Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript
http://revregistration.com
GNU General Public License v3.0
25 stars 5 forks source link

Merge master into production #619

Closed gannonprudhomme closed 2 years ago

github-actions[bot] commented 2 years ago
Fails
:no_entry_sign: Danger failed to run `dangerfile.ts`.
Warnings
:warning: :exclamation: Big PR(809)! You might want to split this up into separate commits in order to maximize the effectiveness of code review
:warning: Please assign someone to this PR, such as the creator of the PR or people to review it

Error TypeError

Cannot read property 'length' of null
TypeError: Cannot read property 'length' of null
    at Object.<anonymous> (dangerfile.ts:51:13)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.requireFromString [as default] (/home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/require-from-string/index.js:28:4)
    at /home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:157:63
    at step (/home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:52:23)
    at Object.next (/home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:33:53)
    at /home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:23:12)
    at exports.runDangerfileEnvironment (/home/runner/work/Rev-Registration/Rev-Registration/.github/node_modules/danger/distribution/runner/runners/inline.js:118:136)

Dangerfile

46|   warn('Please assign someone to this PR, such as the creator of the PR or people to'
47|          + ' review it');
48| }
49| 
50| // Add a failure if it doens't have a PR description
---------------^
51| if (pr.body.length === 0) {
52|   warn('Please add a PR description');
53| }
54| 

Generated by :no_entry_sign: dangerJS against db50a048b224814053cde92440247c710bd876f6