Skip to content

Commit

Permalink
Merge branch 'master' into v7.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Oct 18, 2023
2 parents 102885c + cc3c8de commit bff41b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ on:
schedule:
- cron: "30 1 * * *"

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
stale-issue-message: |
This issue has been open for a while with no recent activity. If this issue is still important to you, please add a comment within the next 7 days to keep it open. Otherwise, the issue will be automatically closed to free up time for other tasks.
Expand Down

0 comments on commit bff41b4

Please sign in to comment.