github-pull-requests-board
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -7,13 +7,9 @@
|
||||
|
||||
import { FunctionComponent } from 'react';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "EntityTeamPullRequestsCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const EntityTeamPullRequestsCard: FunctionComponent<{}>;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "EntityTeamPullRequestsContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const EntityTeamPullRequestsContent: FunctionComponent<{}>;
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ const githubPullRequestsBoardPlugin = createPlugin({
|
||||
},
|
||||
});
|
||||
|
||||
/** @public */
|
||||
export const EntityTeamPullRequestsCard = githubPullRequestsBoardPlugin.provide(
|
||||
createComponentExtension({
|
||||
name: 'EntityTeamPullRequestsCard',
|
||||
@@ -39,6 +40,7 @@ export const EntityTeamPullRequestsCard = githubPullRequestsBoardPlugin.provide(
|
||||
}),
|
||||
);
|
||||
|
||||
/** @public */
|
||||
export const EntityTeamPullRequestsContent =
|
||||
githubPullRequestsBoardPlugin.provide(
|
||||
createRoutableExtension({
|
||||
|
||||
@@ -202,7 +202,6 @@ const ALLOW_WARNINGS = [
|
||||
'plugins/catalog',
|
||||
'plugins/catalog-import',
|
||||
'plugins/git-release-manager',
|
||||
'plugins/github-pull-requests-board',
|
||||
'plugins/jenkins',
|
||||
'plugins/kubernetes',
|
||||
'plugins/kubernetes-common',
|
||||
|
||||
Reference in New Issue
Block a user