# triagebot **Repository Path**: mirrors_mdn/triagebot ## Basic Information - **Project Name**: triagebot - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-16 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mdn-triagebot Supports the MDN core team with triaging tasks. ## Quickstart 1. Copy the `.env.dist` to `.env`. 2. Set `GH_TOKEN` in `.env` to a personal access token. ### Task: Issue project management Setup: 1. Set `ISSUE_PROJECT_NUMBER` to the number of the target project. 2. Adjust `ISSUE_PROJECT_QUERY`, if necessary. Run `npm run add-to-project` to add all issues matching the query to the project. ## Acknowledgement Parts of the code are based on the [actions/add-to-project](https://github.com/actions/add-to-project) GitHub action. ## License The scripts and documentation in this project are released under the [MIT License](LICENSE)