package
0.0.0-20240206063828-3fc36a199ff3
Repository: https://github.com/sambaiz/cdkbot.git
Documentation: pkg.go.dev
# Constants
StateError expresses error occurred.
StateMergeReady expresses the PR is ready to merge.
StateNotMergeReady expresses the PR is not ready to merge.
StateRunning expresses operation is running.
# Variables
LabelDeployed expresses some stacks are deployed on the PR.
LabelOutdatedDiff expresses the PR has outdated differences.
LabelRunning expresses command is running on the PR.
NameToLabel is map of label's name to label.
# Type aliases
State is operation state.