Skip to content

Commit

Permalink
[8.15] [Automatic Import] Change the integrations owner type to commu…
Browse files Browse the repository at this point in the history
…nity (#193002) (#193027)

# Backport

This will backport the following commits from `main` to `8.15`:
- [[Automatic Import] Change the integrations owner type to community
(#193002)](#193002)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Bharat
Pasupula","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-16T14:33:04Z","message":"[Automatic
Import] Change the integrations owner type to community (#193002)\n\n##
Summary\r\n\r\nCurrently the integrations created by `Automatic Import`
are set to\r\n`elastic`. But `community` fits better.\r\nOnce the custom
integrations generated by Automatic Import are moved\r\ninto upstream
`elastic/integrations` repository appropriate owner type\r\ncan be
defined in the contribution PR.\r\n\r\n<img width=\"1354\"
alt=\"Screenshot 2024-09-16 at 14 12
17\"\r\nsrc=\"https://github.com/user-attachments/assets/26555f92-204d-4954-9e8d-0c268a0cf43d\">\r\n\r\n-
Closes https://github.com/elastic/kibana/issues/192917\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"fd67f2d92ef299e11274c89a7195ed2cf6de1808","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","v9.0.0","backport:prev-major","Team:Security-Scalability","Feature:AutomaticImport"],"title":"[Automatic
Import] Change the integrations owner type to
community","number":193002,"url":"https://github.com/elastic/kibana/pull/193002","mergeCommit":{"message":"[Automatic
Import] Change the integrations owner type to community (#193002)\n\n##
Summary\r\n\r\nCurrently the integrations created by `Automatic Import`
are set to\r\n`elastic`. But `community` fits better.\r\nOnce the custom
integrations generated by Automatic Import are moved\r\ninto upstream
`elastic/integrations` repository appropriate owner type\r\ncan be
defined in the contribution PR.\r\n\r\n<img width=\"1354\"
alt=\"Screenshot 2024-09-16 at 14 12
17\"\r\nsrc=\"https://github.com/user-attachments/assets/26555f92-204d-4954-9e8d-0c268a0cf43d\">\r\n\r\n-
Closes https://github.com/elastic/kibana/issues/192917\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"fd67f2d92ef299e11274c89a7195ed2cf6de1808"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193002","number":193002,"mergeCommit":{"message":"[Automatic
Import] Change the integrations owner type to community (#193002)\n\n##
Summary\r\n\r\nCurrently the integrations created by `Automatic Import`
are set to\r\n`elastic`. But `community` fits better.\r\nOnce the custom
integrations generated by Automatic Import are moved\r\ninto upstream
`elastic/integrations` repository appropriate owner type\r\ncan be
defined in the contribution PR.\r\n\r\n<img width=\"1354\"
alt=\"Screenshot 2024-09-16 at 14 12
17\"\r\nsrc=\"https://github.com/user-attachments/assets/26555f92-204d-4954-9e8d-0c268a0cf43d\">\r\n\r\n-
Closes https://github.com/elastic/kibana/issues/192917\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"fd67f2d92ef299e11274c89a7195ed2cf6de1808"}}]}]
BACKPORT-->

Co-authored-by: Bharat Pasupula <[email protected]>
  • Loading branch information
kibanamachine and bhapas authored Sep 16, 2024
1 parent 4a5c679 commit bf82893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function createPackageManifestDict(
],
owner: {
github: package_owner,
type: 'elastic',
type: 'community',
},
};

Expand Down

0 comments on commit bf82893

Please sign in to comment.