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 032c60f commit 3bab4faCopy full SHA for 3bab4fa
.github/workflows/stale.yml
@@ -8,7 +8,7 @@ jobs:
8
stale:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
+ - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
12
with:
13
# The number of days old an issue can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically.
14
days-before-stale: 14
0 commit comments