mithro / autolabeler

Add labels to Pull Requests based on matched file patterns
ISC License
103 stars 27 forks source link

Update probot #55

Closed hawkins closed 4 years ago

hawkins commented 4 years ago

Includes call changes to underlying octokit rest.

ci-reporter[bot] commented 4 years ago

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of 75ff881aa5a2ff4ca707915da9ebc612d868a24b. Here's the output:

npm test
> probot-labeler@1.0.0 test /home/travis/build/mithro/autolabeler
> jest && standard

 FAIL  test/index.test.js
  ● Test suite failed to run

    SecurityError: localStorage is not available for opaque origins

      at Window.get localStorage [as localStorage] (node_modules/jsdom/lib/jsdom/browser/Window.js:257:15)
          at Array.forEach (<anonymous>)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        0.5s
Ran all test suites.

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.
mithro commented 4 years ago

This was fixed by #58