SetPRInProgress marks the PR creation as in progress.
()
| 130 | |
| 131 | // SetPRInProgress marks the PR creation as in progress. |
| 132 | func (c *CompletionScreen) SetPRInProgress() { |
| 133 | c.prState = AutoActionInProgress |
| 134 | } |
| 135 | |
| 136 | // SetPRSuccess marks the PR creation as successful. |
| 137 | func (c *CompletionScreen) SetPRSuccess(url, title string) { |
no outgoing calls