Script for auto-generating Firefox Layout team bug triage duty cycles
Перейти к файлу
Daniel Holbert 36471c4b81
Add MPL v2 as LICENSE.md
Fixes https://github.com/mozilla/layout-triage/issues/6
2023-03-01 12:47:33 -08:00
.gitignore Add history.json to repo 2020-01-07 13:11:25 -08:00
LICENSE.md Add MPL v2 as LICENSE.md 2023-03-01 12:47:33 -08:00
README.md Add "clear" command to clear all future triage assignments. 2021-01-20 09:05:48 +11:00
config.template.json Update list of triagers (add Tiaan) 2022-10-07 14:17:45 -07:00
index.js Print out errors that occur during publishing. 2022-05-18 13:32:17 -07:00
package-lock.json Bump node-fetch from 3.1.1 to 3.2.10 2022-10-07 21:19:32 +00:00
package.json Bump node-fetch from 3.1.1 to 3.2.10 2022-10-07 21:19:32 +00:00

README.md

Firefox Platform Layout Triage

The script in this repository updates and generates triage duty cycle rotations for the Firefox Platform Layout team. Data is published as JSON for consumption by release management auto-nag bots, as well as ICAL for consumption by team members.

Installation

  1. Clone the repository.
  2. Run npm install.
  3. Copy config.template.json to config.json and edit as needed.
  4. If desired, run npm run init to fetch the current state of the triage history from GitHub.

Adding a Triage Cycle

Run npm run update. Output (JSON and ICAL files) will be placed in the dist directory.

Publishing Updated Data

Run npm run publish. This will publish everything in the dist directory to the gh-pages branch and push it to GitHub.

Clearing Future Data

Run npm run clear. This will remove triage duty cycles from next week onwards. Useful if the set of triagers changes.

Resetting All Data

Note: This will erase all triage history in dist/history.json and start triage rotation over using the first team member listed on config.json.

Run npm run reset.