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_call:
workflow_dispatch: workflow_dispatch:
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
jobs: jobs:
stale: 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: branches:
- main - main
paths: paths:
- .github/workflows/sync-labels.yml
- .github/labels.yml - .github/labels.yml
schedule: schedule:
- cron: "34 5 * * *" - cron: "34 5 * * *"
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
permissions:
issues: write
jobs: jobs:
SyncLabels: SyncLabels:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main permissions:
issues: write
runs-on: ubuntu-latest
steps:
- uses: ivuorinen/actions/sync-labels@main