Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gitar] Cleaning up stale flag: signals with value false #1668

Closed
wants to merge 2 commits into from

Conversation

gitar-bot-staging[bot]
Copy link

Gitar

Details

Triggered via #1551 (comment) by @kageiit


This automated PR was generated by Gitar. View docs.

github-actions bot added a commit that referenced this pull request Sep 11, 2024
@@ -6,9 +6,6 @@ import { JIRA_INFO } from '../../ViewIntegration/JiraIntegration/JiraIntegration
import { StyledCardsGrid } from '../IntegrationList.styles';
import { RequestIntegrationCard } from '../RequestIntegrationCard/RequestIntegrationCard';
import { OFFICIAL_SDKS } from './SDKs';
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
import { useUiFlag } from 'hooks/useUiFlag';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

staging @gitar-bot /skip-cleanup useUiFlag

@gitar-bot-staging gitar-bot-staging bot force-pushed the gitar_signals_false branch 2 times, most recently from 5b26f77 to 87adbfb Compare September 16, 2024 07:23
github-actions bot added a commit that referenced this pull request Sep 16, 2024
github-actions bot added a commit that referenced this pull request Sep 16, 2024
github-actions bot added a commit that referenced this pull request Sep 16, 2024
github-actions bot added a commit that referenced this pull request Sep 16, 2024
@@ -6,9 +6,6 @@ import { JIRA_INFO } from '../../ViewIntegration/JiraIntegration/JiraIntegration
import { StyledCardsGrid } from '../IntegrationList.styles';
import { RequestIntegrationCard } from '../RequestIntegrationCard/RequestIntegrationCard';
import { OFFICIAL_SDKS } from './SDKs';
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
import { useUiFlag } from 'hooks/useUiFlag';
import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

staging @gitar-bot /skip-cleanup useUiConfig

github-actions bot added a commit that referenced this pull request Sep 16, 2024
@@ -97,17 +91,6 @@ export const AvailableIntegrations: VFC<IAvailableIntegrationsProps> = ({
/>
),
)}
<ConditionallyRender
condition={isEnterprise() && signalsEnabled}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

staging @gitar-bot /skip-cleanup signalsEnabled

@naveenOnarayanan naveenOnarayanan deleted the gitar_signals_false branch September 16, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants