feat(ci): start using ivuorinen/actions

This commit is contained in:
2025-02-05 09:16:41 +02:00
parent f18c1061f1
commit 46c1d723b7
2 changed files with 13 additions and 10 deletions

View File

@@ -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

View File

@@ -7,15 +7,17 @@ on:
branches:
- main
paths:
- .github/workflows/sync-labels.yml
- .github/labels.yml
schedule:
- cron: "34 5 * * *"
workflow_call:
workflow_dispatch:
permissions:
issues: write
jobs:
SyncLabels:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- uses: ivuorinen/actions/sync-labels@main