From 03d33fcf58758907067dc6652cbaf6dec65de5d9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Feb 2025 14:30:58 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 112ecb4..2055b92 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,11 +8,12 @@ on: workflow_call: workflow_dispatch: -permissions: - contents: write # only for delete-branch option - issues: write - pull-requests: write - jobs: stale: - uses: ivuorinen/.github/.github/workflows/stale.yml@main + runs-on: ubuntu-latest + permissions: + contents: write # only for delete-branch option + issues: write + pull-requests: write + steps: + - uses: ivuorinen/actions/stale@main