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 85b260e commit 7587456Copy full SHA for 7587456
.github/workflows/stale.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write # for actions/stale to close stale PRs
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
+ - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
17
with:
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
stale-issue-message: 'This issue is stale because it has been open with no activity. Remove stale label or comment or this will be closed'
0 commit comments