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 9bea956 commit 743c01eCopy full SHA for 743c01e
.github/workflows/stale
@@ -98,7 +98,7 @@ jobs:
98
//repo: "executorch",
99
//issue_number: pull.number,
100
//state: "closed",
101
- });
+ //});
102
} else {
103
// For PRs not labeled stale, label them stale.
104
core.info(`[${pull.number}] Labeling PR as stale.`);
@@ -109,15 +109,15 @@ jobs:
109
110
111
//body: STALE_MESSAGE,
112
113
114
numAPIRequests += 1;
115
//await github.rest.issues.addLabels({
116
//owner: "pytorch",
117
118
119
//labels: ["Stale"],
120
121
}
122
123
0 commit comments