Fixes #10. Renaming for consistency (#12)

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:
Luke Kysow
2017-05-31 16:46:49 -07:00
committed by GitHub
parent 5341b77063
commit 0cb13a9e85
12 changed files with 104 additions and 116 deletions

View File

@@ -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{