Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update Stale Bot #5657

Merged
merged 1 commit into from Sep 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Mark Stale Issues
steps:
- uses: actions/stale@532554b8a8498a0e006fbcde824b048728c4178f
- uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd
with:
# General
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down