fix(ci): stale workflow

This commit is contained in:
2025-02-05 02:48:26 +02:00
parent 4bf7edeabb
commit c9c80d3ec9

View File

@@ -8,11 +8,12 @@ on:
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
permissions: permissions:
contents: write # only for delete-branch option contents: write # only for delete-branch option
issues: write issues: write
pull-requests: write pull-requests: write
steps:
jobs: - uses: ivuorinen/actions/stale@main
stale:
uses: ivuorinen/ivuorinen/.github/workflows/stale.yml@main