This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new e3a9c4fda fix(config-ui): adjust the wording for github transformation 
(#4930)
e3a9c4fda is described below

commit e3a9c4fdaf2b66a8059776e707e2d496321f7336
Author: 青湛 <[email protected]>
AuthorDate: Tue Apr 18 22:26:40 2023 +0800

    fix(config-ui): adjust the wording for github transformation (#4930)
    
    * fix(config-ui): adjust the wording for github transformation
    
    * fix(config-ui): adjust the style for pipeline task
---
 config-ui/src/pages/pipeline/components/tasks/styled.ts  | 4 ++--
 config-ui/src/plugins/register/github/transformation.tsx | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config-ui/src/pages/pipeline/components/tasks/styled.ts 
b/config-ui/src/pages/pipeline/components/tasks/styled.ts
index 7dc8b8c19..d6def19bb 100644
--- a/config-ui/src/pages/pipeline/components/tasks/styled.ts
+++ b/config-ui/src/pages/pipeline/components/tasks/styled.ts
@@ -41,7 +41,7 @@ export const Header = styled.ul`
     display: flex;
     justify-content: space-between;
     align-items: center;
-    flex: 0 0 45%;
+    flex: 0 0 30%;
     padding: 8px 12px;
 
     &.ready,
@@ -76,7 +76,7 @@ export const Tasks = styled.ul`
   align-items: flex-start;
 
   li {
-    flex: 0 0 45%;
+    flex: 0 0 30%;
     padding-bottom: 8px;
     overflow: hidden;
   }
diff --git a/config-ui/src/plugins/register/github/transformation.tsx 
b/config-ui/src/plugins/register/github/transformation.tsx
index 9686c375e..b910e4368 100644
--- a/config-ui/src/plugins/register/github/transformation.tsx
+++ b/config-ui/src/plugins/register/github/transformation.tsx
@@ -95,7 +95,7 @@ export const GitHubTransformation = ({ transformation, 
setTransformation }: Prop
             <HelpTooltip content="DevLake defines three standard types of 
issues: FEATURE, BUG and INCIDENT. Set your issues to these three types with 
issue labels that match the RegEx." />
           </div>
           <div className="list">
-            <FormGroup inline label="Feature">
+            <FormGroup inline label="Requirement">
               <InputGroup
                 placeholder="(feat|feature|proposal|requirement)"
                 value={transformation.issueTypeRequirement ?? ''}

Reply via email to