We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659478c commit 8b1120eCopy full SHA for 8b1120e
.github/workflows/lock.yml
@@ -23,8 +23,8 @@ jobs:
23
const _FOUR_WEEKS_MILLISECONDS = 28 * 24 * 60 * 60 * 1000;
24
const _FOUR_WEEKS_DATE = new Date(Date.now() - _FOUR_WEEKS_MILLISECONDS);
25
const FOUR_WEEKS_AGO = `${_FOUR_WEEKS_DATE.toISOString().substring(0, 10)}T00:00:00Z`;
26
- const OWNER = context.repo.repo;
27
- const REPO = context.repo.owner;
+ const OWNER = context.repo.owner;
+ const REPO = context.repo.repo;
28
29
try {
30
for (const thread_type of ["issue", "pr"]) {
0 commit comments