dosubot[bot] commented on issue #7893:
URL: 
https://github.com/apache/incubator-devlake/issues/7893#issuecomment-2287221496

   <!-- Answer -->
   To set the "SkipCommitFiles" option to false for the "gitextractor" plugin, 
you need to modify the `options` section for the `gitextractor` plugin in your 
configuration. Here is how you can do it:
   
   ```json
   [
     {
       "plugin": "org",
       "subtasks": [
         "setProjectMapping"
       ],
       "options": {
         "projectMappings": [
           {
             "projectName": "GHEDev",
             "scopes": [
               {
                 "rowId": "github:GithubRepo:1:7345",
                 "table": "repos"
               },
               {
                 "rowId": "github:GithubRepo:1:7345",
                 "table": "cicd_scopes"
               },
               {
                 "rowId": "github:GithubRepo:1:7345",
                 "table": "boards"
               }
             ]
           }
         ]
       }
     },
     {
       "plugin": "github",
       "subtasks": [
         "Convert Releases",
         "Convert Repos",
         "Extract Comments",
         "Extract Events",
         "Extract Issues",
         "Extract Milestones",
         "Extract PR Review Comments",
         "Extract Pull Requests",
         "Extract Users",
         "Extract Workflow Runs",
         "Convert Issue Assignees",
         "Convert Issue Comments",
         "Convert Issue Labels",
         "Convert Issues",
         "Convert Milestones",
         "Convert PR Labels",
         "Convert Pull Requests",
         "Convert Workflow Runs",
         "Enrich PR Issues",
         "Convert PR Issues",
         "Extract Jobs",
         "Extract PR Commits",
         "Extract PR Reviews",
         "Convert Jobs",
         "Convert PR Comments",
         "Convert PR Commits",
         "Convert PR Reviews",
         "Extract User Org",
         "Convert Users"
       ],
       "options": {
         "connectionId": 1,
         "fullName": "INFServices/terraform-base",
         "githubId": 7345,
         "name": "INFServices/terraform-base"
       }
     },
     {
       "plugin": "dora",
       "subtasks": [
         "generateDeployments",
         "generateDeploymentCommits",
         "enrichPrevSuccessDeploymentCommits"
       ],
       "options": {
         "projectName": "GHEDev"
       }
     },
     {
       "plugin": "refdiff",
       "subtasks": [
         "calculateDeploymentCommitsDiff"
       ],
       "options": {
         "projectName": "GHEDev"
       }
     },
     {
       "plugin": "dora",
       "subtasks": [
         "calculateChangeLeadTime",
         "ConnectIncidentToDeployment"
       ],
       "options": {
         "projectName": "GHEDev"
       }
     },
     {
       "plugin": "gitextractor",
       "subtasks": null,
       "options": {
         "repoId": "github:GithubRepo:7345",
         "url": "https://github.com/apache/incubator-devlake.git";,
         "skipCommitFiles": false
       }
     }
   ]
   ```
   
   In this configuration, the `skipCommitFiles` option is set to `false` for 
the `gitextractor` plugin, ensuring that it records file names that were 
updated during git commits and pull requests 
<sup>[[1]](https://github.com/apache/incubator-devlake-website/blob/main/docs/Plugins/gitextractor.md)</sup><sup>[[2]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.20/Plugins/gitextractor.md)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
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: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to