You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PullRequestPosterName: Pull request's poster name
75
+
- PullRequestIndex: Pull request's index number
76
+
- PullRequestReference: Pull request's reference char with index number. i.e. #1, !2
77
+
- ClosingIssues: return a string contains all issues which will be closed by this pull request i.e. `close #1, close #2`
78
+
46
79
Additionally, the New Issue page URL can be suffixed with `?title=Issue+Title&body=Issue+Text` and the form will be populated with those strings. Those strings will be used instead of the template if there is one.
ctx.Error(http.StatusMethodNotAllowed, "Invalid merge style", fmt.Errorf("%s is not allowed an allowed merge style for this repository", repo_model.MergeStyle(form.Do)))
0 commit comments