pr_actions

package
v0.0.75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package pr_actions contains shared code to take on PRs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string

Action specifies what action to take on the PR

const (
	// ActionReviewPr does a code review
	ActionReviewPr Action = "review"
	// ActionComment comments on the PR
	ActionComment Action = "comment"
	// ActionCommitStatus sets the commit status on the PR
	ActionCommitStatus Action = "commit_status"
	// ActionProfileOnly only evaluates the PR and return the eval status. Useful for testing.
	ActionProfileOnly Action = "profile_only"
	// ActionSummary puts a summary of the findings into the PR
	ActionSummary Action = "summary"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL