mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fix: typo Enqueing -> Enqueuing in merge.js
This commit is contained in:
parent
e5de12531e
commit
7a91c688bc
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ async function handleMerge({
|
|||
`:heavy_check_mark: [Queued](${resp.enqueuePullRequest.mergeQueueEntry.mergeQueue.url}) for merge (#306934)`,
|
||||
]
|
||||
} catch (e) {
|
||||
log('Enqueing failed', e.response.errors[0].message)
|
||||
log('Enqueuing failed', e.response.errors[0].message)
|
||||
}
|
||||
|
||||
// If required status checks are not satisfied, yet, the above will fail. In this case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue