PdfViewer icon indicating copy to clipboard operation
PdfViewer copied to clipboard

automate updating pdf.js submodule revision

Open randomhydrosol opened this issue 4 years ago • 1 comments

Dependabot seems to be handling everything else

randomhydrosol avatar Aug 23 '21 03:08 randomhydrosol

This has been pretty much solved by https://github.com/GrapheneOS/PdfViewer/pull/138

It's not automated in the sense like dependabot or whatever, but it's now simply checking out new pdfjs-dist tag and committing.

ghost avatar Jan 23 '22 03:01 ghost

Not using submodules anymore, switched to using the pdf.js package from npm as pdfjs-dist has too many issues with reliability, slow time to respond to fix their buggy bot, and the tags are unsigned. Dependabot updates the npm package automatically.

x86pup avatar Apr 09 '23 15:04 x86pup