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 3ca19f2 commit d3f3397Copy full SHA for d3f3397
github-actions/lock-closed/lib/bundle.js
@@ -22018,7 +22018,7 @@ async function run() {
22018
q: query,
22019
per_page: 100,
22020
});
22021
- for (const issue of issueResponse.data) {
+ for (const issue of issueResponse.data.items) {
22022
++lockCount;
22023
try {
22024
core_8(`Locking issue #${issue.number}`);
github-actions/lock-closed/src/main.ts
@@ -54,7 +54,7 @@ async function run(): Promise<void> {
54
55
56
57
58
59
60
core.debug(`Locking issue #${issue.number}`);
0 commit comments