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 f6b85be commit 6ac28ceCopy full SHA for 6ac28ce
.github/workflows/stale.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
stale-issue-label: "Status: Stale"
17
+ stale-pr-label: "Status: Stale"
18
stale-issue-message: "This issue is stale because it has been open 30 days with no activity."
19
stale-pr-message: "This issue is stale because it has been open 30 days with no activity."
20
days-before-stale: 30
0 commit comments