mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-16 04:00:53 -05:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
module.exports = {
|
|
labelPRConflict: {
|
|
name: 'PR: potential-conflict',
|
|
color: 'c2e0c6'
|
|
}
|
|
};
|