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 5b680ae commit a5ef3efCopy full SHA for a5ef3ef
.github/workflows/stale_prs_and_issues.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
if: ${{ github.repository_owner == 'openvinotoolkit' }}
16
steps:
17
- - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
+ - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
18
with:
19
stale-issue-message: 'This issue will be closed in a week because of 9 months of no activity.'
20
stale-pr-message: 'This PR will be closed in a week because of 2 weeks of no activity.'
0 commit comments