2025-10-22 16:22:58 +08:00
|
|
|
export default {
|
2025-10-22 19:27:27 +08:00
|
|
|
architecture: 'Architecture',
|
2025-10-22 16:22:58 +08:00
|
|
|
npm: 'NPM',
|
2025-10-22 19:27:27 +08:00
|
|
|
deployment: 'Deployment',
|
2025-10-22 16:22:58 +08:00
|
|
|
telemetry: 'Telemetry',
|
|
|
|
|
'integration-tests': 'Integration Tests',
|
|
|
|
|
'issue-and-pr-automation': 'Issue and PR Automation',
|
|
|
|
|
};
|