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 7d91c9a commit df4253fCopy full SHA for df4253f
1 file changed
.github/workflows/stale.yml
@@ -11,7 +11,7 @@ jobs:
11
stale:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
+ - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
15
with:
16
# 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.
17
days-before-stale: 14
0 commit comments