Supports the MDN core team with triaging tasks.
- Copy the
.env.dist
to.env
. - Set
GH_TOKEN
in.env
to a personal access token.
Setup:
- Set
ISSUE_PROJECT_NUMBER
to the number of the target project. - Adjust
ISSUE_PROJECT_QUERY
, if necessary.
Run npm run add-to-project
to add all issues matching the query to the project.
Parts of the code are based on the actions/add-to-project GitHub action.
The scripts and documentation in this project are released under the MIT License