diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
new file mode 100644
index 0000000000..82a9a968b9
--- /dev/null
+++ b/.github/workflows/stale.yaml
@@ -0,0 +1,24 @@
+name: Stale PRs
+on:
+ workflow_dispatch:
+ schedule:
+ - cron: 0 0 * * *
+
+permissions:
+ issues: write
+ pull-requests: write
+
+jobs:
+ stale:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v6
+ id: stale
+ with:
+ stale-pr-message: This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 7 days
+ days-before-stale: 60
+ days-before-close: 7
+ exempt-pr-labels: blocked,must,should,keep
+ stale-pr-label: stale
+ - name: Print outputs
+ run: echo ${{ join(steps.stale.outputs.*, ',') }}
diff --git a/autobuild.xml b/autobuild.xml
index 2940c4492d..29fee08e41 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -612,9 +612,9 @@
archive
name
darwin64
@@ -636,9 +636,9 @@
archive
name
windows
@@ -648,16 +648,16 @@
archive
name
windows64
version
- 2.02.06.575716
+ 2.02.13.578928
fontconfig