From da8b0734008a92f4b3766c2a518533854d188099 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 1 Jul 2024 18:23:08 +0200 Subject: [PATCH] Updated Bots (markdown) --- Bots.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Bots.md b/Bots.md index 3146550..360f779 100644 --- a/Bots.md +++ b/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 ---------------