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 a0c9386 commit 02f918bCopy full SHA for 02f918b
.github/workflows/close-old-issues.yml
@@ -21,7 +21,7 @@ jobs:
21
stale-label: stale-old
22
stale-exempt-label: stale-exempt
23
steps:
24
- - uses: actions/stale@v4.1.1
+ - uses: actions/stale@v5.1.0
25
with:
26
stale-issue-label: ${{ env.stale-label }}
27
exempt-issue-labels: ${{ env.stale-exempt-label }}
.github/workflows/close-stale-issues.yml
@@ -13,7 +13,7 @@ jobs:
13
14
only-label: more info needed
15
16
17
18
19
0 commit comments