Updated Bots (markdown)
parent
dc3a981a32
commit
da8b073400
6
Bots.md
6
Bots.md
@ -1,9 +1,9 @@
|
||||
PDF.js maintains two bots that perform various tasks for pull requests and releases. The bots are controlled by the owners and selected collaborators of the project. We list the characteristics of both bots and describe the tasks that they are able to perform.
|
||||
PDF.js maintains two bots that perform various tasks for pull requests. The bots are controlled by the owners and selected collaborators of the project. This page lists the characteristics of the bots and describe the tasks that they are able to perform.
|
||||
|
||||
Tasks
|
||||
-----
|
||||
|
||||
While we use GitHub Actions for linting and running subset of tests, we use the bots for all other tasks like generating a preview for a pull request and running all tests. The available bot commands are:
|
||||
We use GitHub Actions for linting and running subset of the tests, but we use the bots for all other tasks like generating a preview for a pull request and running all tests. The available bot commands are:
|
||||
|
||||
- `preview` (generates a preview build for the pull request)
|
||||
- `unittest` (runs the unit tests)
|
||||
@ -13,8 +13,6 @@ While we use GitHub Actions for linting and running subset of tests, we use the
|
||||
- `xfatest` (runs all tests, i.e., the unit tests, font tests, integration tests and reference tests, but limits the reference tests to only XFA documents for faster XFA development)
|
||||
- `makeref` (generates new reference images for the reference tests, for instance when a pull request changes the rendering of some PDFs)
|
||||
|
||||
Moreover, there is a release handler that publishes a GitHub release to NPM.
|
||||
|
||||
Characteristics
|
||||
---------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user