mintsweet commented on code in PR #6689:
URL: 
https://github.com/apache/incubator-devlake/pull/6689#discussion_r1477248680


##########
config-ui/src/release/v0.20.ts:
##########
@@ -42,6 +42,12 @@ const URLS = {
       TRANSFORMATION:
         
'https://devlake.apache.org/docs/v0.20/Configuration/BitBucket#step-3---adding-transformation-rules-optional',
     },
+    BITBUCKET_SERVER: {

Review Comment:
   It’s not needed here either. There is no such plugin in `0.20`.



##########
config-ui/src/plugins/register/bitbucket/config.tsx:
##########
@@ -23,9 +23,9 @@ import Icon from './assets/icon.svg?react';
 
 export const BitBucketConfig: IPluginConfig = {
   plugin: 'bitbucket',
-  name: 'BitBucket',
-  icon: ({ color }) => <Icon fill={color} />,

Review Comment:
   Do not modify this, otherwise the theme color will not be applied.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to