Skip to content

Commit

Permalink
Merge branch 'master' into fix-cors-terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis authored Oct 23, 2024
2 parents a5a8196 + 4287153 commit 4c0cbfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 7
days-before-pr-stale: 14
days-before-close: 7
days-before-pr-close: 14
days-before-stale: 14
days-before-pr-stale: 29
days-before-close: 11
days-before-pr-close: 31
stale-issue-message: 'This issue as been marked as stale due to inactivity and will be closed in 7 days'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'Stale'
Expand Down

0 comments on commit 4c0cbfa

Please sign in to comment.