Skip to content

Commit 081f1c7

Browse files
authored
feat: add some repositories and some labels (#4)
* add codemod repository and some labels * add some repositories
1 parent d2ad2ae commit 081f1c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ const config = module.exports.config = async (c = {}) => {
2020
// Project configs
2121
title: 'Express',
2222
description: 'Fast, unopinionated, minimalist web framework for node. ',
23-
issueLabels: ['top priority', 'good first issue', 'require-triage', 'help wanted', 'discuss', 'meeting'],
23+
issueLabels: ['top priority', 'tc agenda', 'meeting', 'discuss', 'good first issue', 'require-triage', 'help wanted'],
2424
projects: [
2525
'expressjs/admin',
2626
'expressjs/basic-auth-connect',
2727
'expressjs/body-parser',
2828
'expressjs/compression',
29+
'expressjs/cookie-parser',
30+
'expressjs/codemod',
2931
'expressjs/cors',
3032
'expressjs/discussions',
3133
'expressjs/express',
@@ -37,6 +39,7 @@ const config = module.exports.config = async (c = {}) => {
3739
'expressjs/serve-static',
3840
'expressjs/errorhandler',
3941
'expressjs/serve-index',
42+
'expressjs/security-wg',
4043
'expressjs/timeout',
4144
'expressjs/flash',
4245
'expressjs/vhost',

0 commit comments

Comments
 (0)