Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Add in all Ember repos to be tracked #13

Merged
merged 3 commits into from
May 10, 2016
Merged

Add in all Ember repos to be tracked #13

merged 3 commits into from
May 10, 2016

Conversation

sivakumar-kailasam
Copy link
Member

Closes #9

let repoHash = {};

repoList.map(repo => {
repoHash[repo] = { labels: standardLabels };
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I like the idea of using standard labels, but would also like to have an "out" for repos that don't use the labels we're using yet. I don't want to force folks to have to adopt our label standards in order to use the tool. Thoughts?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well projects that don't have standard labels yet can directly define their repo inside the repoHash. But unless we want to maintain internal aliasing to group different names given for a label with same intent, we might have to nudge them to adapt to standard labels. I don't see all types of labels coming here anyway.

Copy link
Member

Choose a reason for hiding this comment

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

Works for me :-)

@acorncom acorncom merged commit 8c31710 into ember-learn:master May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants