mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 09:18:31 +00:00
Repo owner, name => repoFullName PullID => PullNum to match GitHub API PR => Pull to match GitHub API and avoid writing PRID anywhere
This commit is contained in:
@@ -50,7 +50,7 @@ var (
|
||||
"* To **discard** this plan click [here]({{.LockURL}}).",
|
||||
}
|
||||
RunLockedFailureTmpl *CompiledTemplate = &CompiledTemplate{
|
||||
text: "This plan is currently locked by #{{.LockingPullID}}\n" +
|
||||
text: "This plan is currently locked by #{{.LockingPullNum}}\n" +
|
||||
"The locking plan must be applied or discarded before future plans can execute.",
|
||||
}
|
||||
TerraformFailureTmpl *CompiledTemplate = &CompiledTemplate{
|
||||
|
||||
Reference in New Issue
Block a user