Apply suggestions from code review

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Michael Telatynski 2020-04-01 13:00:38 +01:00 committed by GitHub
parent 9f6217d159
commit 9caf46cc61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ type config struct {
// Mappings from app name (as submitted in the API) to github repo for issue reporting.
GithubProjectMappings map[string]string `yaml:"github_project_mappings"`
// Mappings from app name (as submitted in the API) to github repo as to which the issues pertain.
// Mappings from app name (as submitted in the API) to github repo to which the issues pertain.
// Not needed if the issues are reported to the main repo as github will complete the ambiguous references correctly.
AutocompleteProjectMappings map[string]string `yaml:"autocomplete_project_mappings"`

View file

@ -17,7 +17,7 @@ github_token: secrettoken
github_project_mappings:
my-app: octocat/HelloWorld
# mappings from app name (as submitted in the API) to github repo as to which the issues pertain.
# mappings from app name (as submitted in the API) to github repo to which the issues pertain.
# not needed if the issues are reported to the main repo as github will complete the ambiguous references correctly.
autocomplete_project_mappings:
my-app: octocat/HelloWorld_src