mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use explicit keys in object literal
This commit is contained in:
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
||||
core.debug(`Locking #${thread_num} (${thread_type})`);
|
||||
// https://octokit.github.io/rest.js/v21/#issues-lock
|
||||
await github.rest.issues.lock({
|
||||
OWNER,
|
||||
REPO,
|
||||
owner: OWNER,
|
||||
repo: REPO,
|
||||
issue_number: thread_num,
|
||||
lock_reason: "resolved",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user