Skip to content

Commit a4d5a1c

Browse files
author
Michael Schmid
authored
Merge branch 'master' into fix/replace-double-quotes-with-single-quotes
2 parents da1246a + e938870 commit a4d5a1c

64 files changed

Lines changed: 1589 additions & 415 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@v5
14+
- uses: actions/stale@v10
1515
with:
16-
days-before-stale: 180
16+
days-before-stale: 60
17+
days-before-close: 30
1718
stale-issue-message: |
1819
This issue is stale because it has been open for too long with no activity.
1920
If you would like the issue to remain open, please remove the stale label or leave a comment.

0 commit comments

Comments
 (0)