Skip to content

Commit

Permalink
feat: add some repositories and some labels (#4)
Browse files Browse the repository at this point in the history
* add codemod repository and some labels

* add some repositories
  • Loading branch information
bjohansebas authored Jan 12, 2025
1 parent d2ad2ae commit 081f1c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ const config = module.exports.config = async (c = {}) => {
// Project configs
title: 'Express',
description: 'Fast, unopinionated, minimalist web framework for node. ',
issueLabels: ['top priority', 'good first issue', 'require-triage', 'help wanted', 'discuss', 'meeting'],
issueLabels: ['top priority', 'tc agenda', 'meeting', 'discuss', 'good first issue', 'require-triage', 'help wanted'],
projects: [
'expressjs/admin',
'expressjs/basic-auth-connect',
'expressjs/body-parser',
'expressjs/compression',
'expressjs/cookie-parser',
'expressjs/codemod',
'expressjs/cors',
'expressjs/discussions',
'expressjs/express',
Expand All @@ -37,6 +39,7 @@ const config = module.exports.config = async (c = {}) => {
'expressjs/serve-static',
'expressjs/errorhandler',
'expressjs/serve-index',
'expressjs/security-wg',
'expressjs/timeout',
'expressjs/flash',
'expressjs/vhost',
Expand Down

0 comments on commit 081f1c7

Please sign in to comment.