chore: update GitHub workflows, add release automation, and improve configurations (#77)

* feat(ci): new release flow, linting

* chore: upgrade yarn, regenerate yarn.lock

* fix(ci): add pull-requests write permission

* feat: clean and upgrade packages, fix workflows, cleanup
This commit is contained in:
2025-12-04 01:39:00 +02:00
committed by GitHub
parent c4c2396719
commit 4ff96783d7
19 changed files with 917 additions and 619 deletions

View File

@@ -4,7 +4,7 @@ name: Stale
on:
schedule:
- cron: '0 8 * * *' # Every day at 08:00
- cron: "0 8 * * *" # Every day at 08:00
workflow_call:
workflow_dispatch:
@@ -23,4 +23,4 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ivuorinen/actions/stale@fbbb487332f2b01379192eecb73f7252f1cc54d4 # v2025.11.30
- uses: ivuorinen/actions/stale@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.03