mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix switched repo and owner
This commit is contained in:
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
const _FOUR_WEEKS_MILLISECONDS = 28 * 24 * 60 * 60 * 1000;
|
||||
const _FOUR_WEEKS_DATE = new Date(Date.now() - _FOUR_WEEKS_MILLISECONDS);
|
||||
const FOUR_WEEKS_AGO = `${_FOUR_WEEKS_DATE.toISOString().substring(0, 10)}T00:00:00Z`;
|
||||
const OWNER = context.repo.repo;
|
||||
const REPO = context.repo.owner;
|
||||
const OWNER = context.repo.owner;
|
||||
const REPO = context.repo.repo;
|
||||
|
||||
try {
|
||||
for (const thread_type of ["issue", "pr"]) {
|
||||
|
||||
Reference in New Issue
Block a user