Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/octokit-types.ts>SecretScanningAlertReopenedEvent

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface SecretScanningAlertReopenedEvent
import { type SecretScanningAlertReopenedEvent } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

action: "reopened"
alert: { number: number; secret_type: string; resolution: null; resolved_by: null; resolved_at: null; }

The secret scanning alert involved in the event.

repository: Repository
optional
organization: Organization
optional
installation: InstallationLite
sender: User