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
Make Pull-Request-resolved hyphenated to be valid trailer
Previously, we used the syntax "Pull Request resolved", however,
this is not a valid Git trailer as there are spaces in the key.
Replacing the spaces with hyphens fixes this, while not impeding
GitHub's auto-resolve capabilities (as it only matches for resolved
at the tail of the string).
I also use git interpret-trailers to handle trailer modification,
which makes ghstack more robust when there are pre-existing trailers
in the commit message (as all trailers must be together in a blog,
there must not be any double newlines.)
Signed-off-by: Edward Z. Yang <[email protected]>
ghstack-source-id: dfa949d
ghstack-comment-id: 2726090949
Pull-Request-resolved: ezyang#278
ghstack-source-id: fe9507c
ghstack-comment-id: 2726097428
Pull Request resolved: ezyang#279
0 commit comments