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 c4a9f9d commit 3d1da6eCopy full SHA for 3d1da6e
.github/workflows/stale-issues-action.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84
+ - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
14
with:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
stale-issue-message: 'This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.'
0 commit comments