Skip to content

feat(opsgenie): Add frontend pipeline step for Opsgenie integration setup#113214

Merged
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/feat-opsgenie-add-frontend-pipeline-step-for-opsgenie-integration-setup
Apr 16, 2026
Merged

feat(opsgenie): Add frontend pipeline step for Opsgenie integration setup#113214
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/feat-opsgenie-add-frontend-pipeline-step-for-opsgenie-integration-setup

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

Register the Opsgenie integration in the pipeline registry with a single
installation config form step. Collects base URL (select from allowed
choices), account name, and an optional integration key using the shared
scraps form primitives.

Refs VDY-89: OpsGenie: API-Driven integration setup

…etup

Register the Opsgenie integration in the pipeline registry with a single
installation config form step. Collects base URL (select from allowed
choices), account name, and an optional integration key using the shared
scraps form primitives.

Refs [VDY-89: OpsGenie: API-Driven integration setup](https://linear.app/getsentry/issue/VDY-89/opsgenie-api-driven-integration-setup)
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner April 16, 2026 19:15
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 16, 2026

@evanpurkhiser evanpurkhiser requested review from a team and removed request for a team April 16, 2026 19:15
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 16, 2026
@evanpurkhiser evanpurkhiser enabled auto-merge (squash) April 16, 2026 19:18
import {opsgenieIntegrationPipeline} from './pipelineIntegrationOpsgenie';
import type {PipelineStepProps} from './types';

const OpsgenieInstallationConfigStep = opsgenieIntegrationPipeline.steps[0].component;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just noticed this for this one, even though I think other PRs had it too -- is there any reason not to directly import the Step component instead of accessing it this way?

@evanpurkhiser evanpurkhiser merged commit 57b5dad into master Apr 16, 2026
66 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-opsgenie-add-frontend-pipeline-step-for-opsgenie-integration-setup branch April 16, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants