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 2db2590 commit f7d91e3Copy full SHA for f7d91e3
.github/workflows/stale-bot.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Mark the issues/pr
25
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f #10.0.0
+ uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 #10.1.0
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} #Github workflow will add a temporary token when executing the workflow
28
with:
0 commit comments