diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-27 09:44:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-27 09:44:16 +0200 |
commit | 2a305c9fea9c70f2c1e104a1cb180b17058cbea1 (patch) | |
tree | a225324d0218aa55ca80d00774977c81f3cbe605 /mod/mod-ci-github-gh.hxx | |
parent | ee6d96c115f4c18a1a8ab908db4e0981971337a0 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 4535622..6ede697 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -184,8 +184,8 @@ namespace brep gh_pull_request pull_request; - // The SHA of the most recent commit on the head branch before the pull - // request. Only present if action is "synchronize". + // The SHA of the previous commit on the head branch before the current + // one. Only present if action is "synchronize". // optional<string> before; |