Skip to content

Commit 71df6c9

Browse files
authored
Update stale.yml
1 parent 4d5459f commit 71df6c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/github-script@v6
1414
with:
1515
script: |
16+
const { Octokit } = require("@octokit/rest");
1617
const daysBeforeClosing = 180;
1718
const staleLabel = 'stale';
1819
const token = process.env.GITHUB_TOKEN;

0 commit comments

Comments
 (0)