chore: update templates and workflows

This commit is contained in:
2024-08-14 23:43:56 +03:00
parent 3c7d53d3e6
commit f18c1061f1
7 changed files with 19 additions and 5 deletions

View File

@@ -8,6 +8,11 @@ on:
pull_request:
branches: [master, main]
permissions:
contents: read
packages: read
statuses: write
jobs:
SuperLinter:
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main

View File

@@ -5,6 +5,10 @@ name: Release Drafter
on:
workflow_call:
permissions:
contents: write
statuses: write
jobs:
Draft:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main

View File

@@ -13,6 +13,9 @@ on:
workflow_call:
workflow_dispatch:
permissions:
issues: write
jobs:
SyncLabels:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main