mirror of
https://github.com/ivuorinen/base-configs-markdownlint.git
synced 2026-01-26 03:04:05 +00:00
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:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user