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 4d5459f commit 71df6c9Copy full SHA for 71df6c9
.github/workflows/stale.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/github-script@v6
14
with:
15
script: |
16
+ const { Octokit } = require("@octokit/rest");
17
const daysBeforeClosing = 180;
18
const staleLabel = 'stale';
19
const token = process.env.GITHUB_TOKEN;
0 commit comments