Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some repositories and some labels #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am on the fence for these ones. The original idea was to only have ones which are published and active. How does the badge board look for this? Same for the .github ones.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The security-wg repository would be good to include, like the discussion one, since that place will have issues that could be of interest to the collaborators

I will delete the .github ones

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I wonder if we need a flag for which should go on the badge board so we dont have empty rows for the "discussion" type repos?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a good option to add to the package in pkgs

'expressjs/timeout',
'expressjs/flash',
'expressjs/vhost',
Expand Down