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 81674ca commit 4605d02Copy full SHA for 4605d02
.github/workflows/stale.yml
@@ -13,7 +13,7 @@ jobs:
13
label-issues:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
+ - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
17
name: Setting issue as idle
18
with:
19
repo-token: '${{ secrets.GITHUB_TOKEN }}'
@@ -24,7 +24,7 @@ jobs:
24
operations-per-run: 100
25
exempt-issue-labels: backlog
26
27
28
name: Setting PR as idle
29
30
0 commit comments