mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ci/github-script/commits: clarify commit hash not found message
Per matrix.
(cherry picked from commit 3b4575c8c9)
This commit is contained in:
parent
384f05fd5d
commit
4efc382873
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ module.exports = async ({ github, context, core, dry, cherryPicks }) => {
|
|||
sha,
|
||||
commit,
|
||||
severity: 'warning',
|
||||
message: `Couldn't locate original commit hash in message of ${sha}.`,
|
||||
message: `Couldn't locate the cherry-picked commit's hash in the commit message of ${sha}.`,
|
||||
type: 'no-commit-hash',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue